mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-08 14:56:35 +02:00
Change quotes.
This commit is contained in:
@@ -9,8 +9,8 @@ class Logger {
|
||||
|
||||
self::$start = self::time();
|
||||
self::$prev = self::$start;
|
||||
register_shutdown_function(function () { Logger::log('shutdown'); });
|
||||
Logger::log('--------------------------------');
|
||||
register_shutdown_function(function () { Logger::log("shutdown"); });
|
||||
Logger::log("--------------------------------");
|
||||
}
|
||||
|
||||
private static function time() {
|
||||
|
Reference in New Issue
Block a user