Files
kupshop/bundles/KupShop/CommentsBundle/View/CommentAddedView.php
2025-08-02 16:30:27 +02:00

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';
}