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 aa1c63f commit ef7cbd4Copy full SHA for ef7cbd4
2 files changed
config/common/bootstrap.php
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
+declare(strict_types=1);
4
5
+use Psr\Container\ContainerInterface;
6
7
+/**
8
+ * @psalm-var list<callable(ContainerInterface): void>
9
+ */
10
+return [];
config/configuration.php
@@ -33,7 +33,7 @@
33
'events-web' => ['$events'],
34
'events-console' => ['$events'],
35
'routes' => 'common/routes.php',
36
- 'bootstrap' => [],
+ 'bootstrap' => 'common/bootstrap.php',
37
'bootstrap-web' => '$bootstrap',
38
'bootstrap-console' => '$bootstrap',
39
],
0 commit comments