Skip to content

Commit

Permalink
Bring back Drupal kernel terminate event (#5677)
Browse files Browse the repository at this point in the history
* Bring back Drupal kernel terminate event

* Still support other bootstraps well
  • Loading branch information
weitzman committed Jun 28, 2023
1 parent fc35978 commit 586496f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Boot/DrupalBoot8.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class DrupalBoot8 extends DrupalBoot

public function __construct(protected ServiceManager $serviceManager, protected $autoloader)
{
parent::__construct();
}

public function getRequest(): Request
Expand Down

0 comments on commit 586496f

Please sign in to comment.