We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c2cb2 commit 9663805Copy full SHA for 9663805
Kernel/MicroKernelTrait.php
@@ -39,7 +39,7 @@ trait MicroKernelTrait
39
* ->controller('App\Controller\AdminController::dashboard')
40
* ;
41
*/
42
- abstract protected function configureRoutes(RoutingConfigurator $routes);
+ //abstract protected function configureRoutes(RoutingConfigurator $routes);
43
44
/**
45
* Configures the container.
@@ -58,7 +58,7 @@ abstract protected function configureRoutes(RoutingConfigurator $routes);
58
*
59
* $c->parameters()->set('halloween', 'lot of fun');
60
61
- abstract protected function configureContainer(ContainerConfigurator $c);
+ //abstract protected function configureContainer(ContainerConfigurator $c);
62
63
64
* {@inheritdoc}
0 commit comments