Passed
Branch 2.0.0 (25c5b4)
by Chubarov
02:54
created
src/ServiceProviders/LoggerServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     {
15 15
         app()->bind(Logger::class, function(){
16 16
             $log = new Logger(KernelBpm::class);
17
-           return  $log->pushHandler(new StreamHandler(KernelBpm::PATH_LOG . date('Y-m-d'), Logger::DEBUG));
17
+            return  $log->pushHandler(new StreamHandler(KernelBpm::PATH_LOG . date('Y-m-d'), Logger::DEBUG));
18 18
         });
19 19
     }
20 20
 }
21 21
\ No newline at end of file
Please login to merge, or discard this patch.