Skip to content

Commit fa0eb8f

Browse files
committed
Use the instance method to fire the rebound event.
Signed-off-by: Jason Lewis <[email protected]>
1 parent dbb13ba commit fa0eb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ protected function dispatch(InternalRequest $request)
508508
$this->clearCachedFacadeInstance();
509509

510510
try {
511-
$this->container['request'] = $request;
511+
$this->container->instance('request', $request);
512512

513513
$response = $this->router->dispatch($request);
514514

0 commit comments

Comments
 (0)