8000 Fix AclSchemaListener deprecation · symfony/symfony@eebe39e · GitHub
[go: up one dir, main page]

Skip to content

Commit eebe39e

Browse files
author
Robin Chalas
committed
Fix AclSchemaListener deprecation
1 parent b46f995 commit eebe39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/EventListener/AclSchemaListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Bundle\SecurityBundle\EventListener;
1313

14-
@trigger_error(sprintf('Class "%s" is deprecated since version 3.4 and will be removed in 4.0. U 505F se Symfony\Bundle\AclBundle\EventListener\SetAclCommand instead.', AclSchemaListener::class), E_USER_DEPRECATED);
14+
@trigger_error(sprintf('Class "%s" is deprecated since version 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\EventListener\AclSchemaListener instead.', AclSchemaListener::class), E_USER_DEPRECATED);
1515

1616
use Symfony\Component\Security\Acl\Dbal\Schema;
1717
use Doctrine\ORM\Tools\Event\GenerateSchemaEventArgs;

0 commit comments

Comments
 (0)
0