We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b129c82 commit f21cdf6Copy full SHA for f21cdf6
src/Service/ShutdownFunctionService.php
@@ -18,7 +18,7 @@ public function __construct(
18
19
public function register(): void
20
{
21
- register_shutdown_function([self::class, 'shutdownHandler']);
+ register_shutdown_function([$this, 'shutdownHandler']);
22
}
23
24
public function shutdownHandler(): void
0 commit comments