Completed
Push — master ( 043038...ea9d8c )
by Lawrence
02:07
created
src/Prestashop.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     _DB_NAME_
23 23
         );
24 24
         $log_file = 'wasabi.log';
25
-        Analog::handler(\Analog\Handler\File::init($log_file),Analog::DEBUG);
25
+        Analog::handler(\Analog\Handler\File::init($log_file), Analog::DEBUG);
26 26
     }
27 27
 
28 28
     public function onOpen(ConnectionInterface $conn)
Please login to merge, or discard this patch.