Skip to content

Commit

Permalink
Update FrankenPHP.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Jan 31, 2024
1 parent b35a702 commit 97f8f04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FrankenPHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class FrankenPHP implements AfterburnerInterface
*/
public static function run(Application $application, ?Closure $beforeRequest = null, ?Closure $afterRequest = null, mixed ...$options): void
{
ignore_user_abort(true);

$classesToKeep = $application->getContainer()->getInstanceClassNames();

$requests = 0;
Expand Down

0 comments on commit 97f8f04

Please sign in to comment.