11 lines
182 B
PHP
11 lines
182 B
PHP
<?php
|
|
|
|
namespace KupShop\CommentsBundle\View;
|
|
|
|
use KupShop\KupShopBundle\Views\View;
|
|
|
|
class CommentAddedView extends View
|
|
{
|
|
protected $template = 'comments/comment.added.tpl';
|
|
}
|