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 c3827a1 commit ba6f3baCopy full SHA for ba6f3ba
src/Routing/Router.php
@@ -24,7 +24,7 @@ class Router
24
/** @var Container */
25
protected $container;
26
27
- public function __construct(Container $container = null)
+ public function __construct(?Container $container = null)
28
{
29
$this->container = $container ?: new Container;
30
0 commit comments