Completed
Push — 1.x ( c0b773...ce34cb )
by Akihito
02:47
created
src/Provide/Logger/MonologProviver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,6 +28,6 @@
 block discarded – undo
28 28
 
29 29
     public function get()
30 30
     {
31
-        return new Logger($this->appMeta->name, [new StreamHandler($this->appMeta->logDir . '/app.log', Logger::DEBUG)]);
31
+        return new Logger($this->appMeta->name, [new StreamHandler($this->appMeta->logDir.'/app.log', Logger::DEBUG)]);
32 32
     }
33 33
 }
Please login to merge, or discard this patch.