10000 Remove unnecessary method override · symfony/acl-bundle@311acaa · GitHub
[go: up one dir, main page]

Skip to content

Commit 311acaa

Browse files
committed
Remove unnecessary method override
1 parent 0aa31bd commit 311acaa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/AclBundle.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,11 @@
1111

1212
namespace Symfony\Bundle\AclBundle;
1313

14-
use Symfony\Component\Console\Application;
1514
use Symfony\Component\HttpKernel\Bundle\Bundle;
1615

1716
/**
1817
* @author Fabien Potencier <fabien@symfony.com>
1918
*/
2019
final class AclBundle extends Bundle
2120
{
22-
public function registerCommands(Application $application)
23-
{
24-
// disable convention based registration as commands are registered as service
25-
}
2621
}

0 commit comments

Comments
 (0)
0