Skip to content

Commit 678c744

Browse files
committed
Remove crappy code
1 parent d2c372c commit 678c744

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Knp/PhpSpec/WellDone/Extension.php

-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ public function load(ServiceContainer $container)
1818
$this->setupLocators($container);
1919
$this->setupFormatter($container);
2020
$this->setupUtils($container);
21-
$this->setupApplication($container);
22-
}
23-
24-
protected function setupApplication(ServiceContainer $container)
25-
{
26-
$app = $GLOBALS['app'];
27-
28-
$app->add($container->get('console.commands.status'));
2921
}
3022

3123
protected function setupCommands(ServiceContainer $container)

0 commit comments

Comments
 (0)