mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 12:07:10 -04:00
Change quotes.
This commit is contained in:
parent
af6c715a5b
commit
2d0cc10e44
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue