Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af64eb7 commit 346f165Copy full SHA for 346f165
src/Boot/BaseBoot.php
@@ -21,6 +21,7 @@ abstract class BaseBoot implements Boot, LoggerAwareInterface, ContainerAwareInt
21
22
public function __construct()
23
{
24
+ register_shutdown_function([$this, 'terminate']);
25
}
26
27
public function findUri($root, $uri)
0 commit comments