Change quotes.
This commit is contained in:
parent
af6c715a5b
commit
2d0cc10e44
@ -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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user