Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 24f9cc2

Browse files
committed
fix request in sandbox
1 parent b951a14 commit 24f9cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Server/Sandbox.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ protected function rebindRouterContainer($application)
164164
{
165165
if ($this->isFramework('laravel')) {
166166
$router = $application->make('router');
167+
$request = $this->request;
167168
$closure = function () use ($application, $request) {
168169
$this->container = $application;
169170
if (is_null($request)) {

0 commit comments

Comments
 (0)