Skip to content

Commit 298aff3

Browse files
authored
Merge pull request #135 from hrsa/master
Fix for a deprecated parameter:
2 parents 4439d24 + e731b36 commit 298aff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routing/Router.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Router
2424
/** @var Container */
2525
protected $container;
2626

27-
public function __construct(?Container $container = null)
27+
public function __construct(?Container $container)
2828
{
2929
$this->container = $container ?: new Container;
3030

0 commit comments

Comments
 (0)