Skip to content

Commit 28f5869

Browse files
committed
Oops enable registerShutdownFunction
1 parent 896092c commit 28f5869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Ray {
77
public function init() {
88
set_exception_handler( [ $this, 'setExceptionHandler'] ); // exception
99
set_error_handler( [ $this, 'setErrorHandler'] ); // error
10-
// register_shutdown_function( [ $this, 'registerShutdownFunction'] ); // fatal error
10+
register_shutdown_function( [ $this, 'registerShutdownFunction'] ); // fatal error
1111
}
1212

1313
/**

0 commit comments

Comments
 (0)