deblan.tv/vendor/trinity/src/Trinity/Bundle/NotificationBundle/Model/Template.php
2015-03-02 21:57:49 +01:00

14 lines
248 B
PHP

<?php
namespace Trinity\Bundle\NotificationBundle\Model;
use Trinity\Bundle\NotificationBundle\Model\om\BaseTemplate;
class Template extends BaseTemplate
{
public function __toString()
{
return (string) $this->reference;
}
}