Skip to content

Commit

Permalink
Removes TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
a.stecher committed Feb 9, 2025
1 parent 56996a7 commit 7fd23e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ApplicationGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public function handle(Request $request): Response
return Octane::invokeRoute($request, $request->getMethod(), '/'.$request->path());
}

// TODO: no tap
return tap($this->snapshot->initialInstance(Kernel::class)->handle($request), function ($response) use ($request) {
$this->dispatcher->dispatchEvent(new RequestHandled($this->sandbox, $request, $response));
});
Expand Down

0 comments on commit 7fd23e0

Please sign in to comment.