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 9855ed6 commit 021ed72Copy full SHA for 021ed72
tests/Routing/Adapter/LaravelTest.php
@@ -12,7 +12,7 @@ class LaravelTest extends BaseAdapterTest
12
{
13
public function getAdapterInstance()
14
15
- return new Laravel($this->container, new Router(new Dispatcher, $this->container), new RouteCollection);
+ return new Laravel(new Router(new Dispatcher, $this->container));
16
}
17
18
public function getContainerInstance()
0 commit comments