Skip to content

Commit 2ba3701

Browse files
committed
Use basename of the current class
1 parent 579149b commit 2ba3701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Bundle\SecurityBundle\Command;
1313

14-
@trigger_error(sprintf('Class "%s" is deprecated since version 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\SetAclCommand instead.', SetAclCommand::class), E_USER_DEPRECATED);
15-
1614
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
1715
use Symfony\Component\Console\Input\InputInterface;
1816
use Symfony\Component\Console\Output\ConsoleOutputInterface;
@@ -22,6 +20,8 @@
2220
use Doctrine\DBAL\Connection;
2321
use Doctrine\DBAL\Schema\SchemaException;
2422

23+
@trigger_error(sprintf('Class "%s" is deprecated since version 3.4 and will be removed in 4.0. Use Symfony\Bundle\AclBundle\Command\InitAclCommand instead.', InitAclCommand::class), E_USER_DEPRECATED);
24+
2525
/**
2626
* Installs the tables required by the ACL system.
2727
*

0 commit comments

Comments
 (0)