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.
2 parents bb56469 + 24f9cc2 commit 0a56086Copy full SHA for 0a56086
src/Server/Sandbox.php
@@ -164,6 +164,7 @@ protected function rebindRouterContainer($application)
164
{
165
if ($this->isFramework('laravel')) {
166
$router = $application->make('router');
167
+ $request = $this->request;
168
$closure = function () use ($application, $request) {
169
$this->container = $application;
170
if (is_null($request)) {
0 commit comments