mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	Remove person notification flag provider - non existant
This commit is contained in:
		@@ -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');
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user