mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 06:26:15 +00:00
Remove person notification flag provider - non existant
This commit is contained in:
parent
cf391d60fe
commit
c2782be56a
@ -1,20 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\MainBundle\Notification\FlagProviders;
|
||||
|
||||
use Symfony\Component\Translation\TranslatableMessage;
|
||||
use Symfony\Contracts\Translation\TranslatableInterface;
|
||||
|
||||
class PersonNotificationFlagProvider implements NotificationFlagProviderInterface
|
||||
{
|
||||
|
||||
public function getFlag(): string
|
||||
{
|
||||
return 'person-notif';
|
||||
}
|
||||
|
||||
public function getLabel(): TranslatableInterface
|
||||
{
|
||||
return new TranslatableMessage('notification.flags.person');
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user