Refactor dynamic App::getProfiler() to static DI::profiler()
This commit is contained in:
@@ -165,7 +165,7 @@ class Images
|
||||
|
||||
$stamp1 = microtime(true);
|
||||
file_put_contents($tempfile, $img_str);
|
||||
DI::app()->getProfiler()->saveTimestamp($stamp1, "file", System::callstack());
|
||||
DI::profiler()->saveTimestamp($stamp1, "file", System::callstack());
|
||||
|
||||
$data = getimagesize($tempfile);
|
||||
unlink($tempfile);
|
||||
|
||||
Reference in New Issue
Block a user