trinity-cms-bundles/src/Trinity/Bundle/UserBundle/Flash/FlashNotice.php

12 lines
202 B
PHP
Raw Normal View History

2015-03-03 18:51:20 +01:00
<?php
namespace Trinity\Bundle\UserBundle\Flash;
class FlashNotice extends Flash
{
2015-03-05 17:51:23 +01:00
public function getTemplate()
{
return 'TrinityAdminBundle:BaseAdmin:flashNotice.html.twig';
}
2015-03-03 18:51:20 +01:00
}