[Admin] Include FCQN in the deprecation message

This commit is contained in:
Rafikooo 2024-11-08 03:15:31 +01:00
parent 11a51e9e80
commit ce110408dc
No known key found for this signature in database
GPG key ID: 4A26D8327BC2442B

View file

@ -28,7 +28,7 @@ use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
trigger_deprecation(
'sylius/admin-bundle',
'1.14',
'The "%s" class is deprecated and will be removed in Sylius 2.0. It will be replaced with the ResourceDeleteListener.',
'The "%s" class is deprecated and will be removed in Sylius 2.0. It will be replaced with the "Sylius\Bundle\AdminBundle\EventListener\ResourceDeleteListener".',
ResourceDeleteSubscriber::class,
);