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