We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4439d24 + e731b36 commit 298aff3Copy full SHA for 298aff3
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)
28
{
29
$this->container = $container ?: new Container;
30
0 commit comments