mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
notification: create
This commit is contained in:
@@ -12,9 +12,10 @@ declare(strict_types=1);
|
||||
namespace Chill\PersonBundle\Notification;
|
||||
|
||||
use Chill\MainBundle\Entity\Notification;
|
||||
use Chill\MainBundle\Notification\NotificationHandlerInterface;
|
||||
use Chill\PersonBundle\Entity\AccompanyingPeriod;
|
||||
|
||||
final class AccompanyingPeriodNotificationRenderer
|
||||
final class AccompanyingPeriodNotificationRenderer implements NotificationHandlerInterface
|
||||
{
|
||||
public function getTemplate()
|
||||
{
|
||||
|
Reference in New Issue
Block a user