Completed
Pull Request — master (#452)
by Jonas
03:17
created
Components/TriggerService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public function __construct(Connection $connection)
19 19
     {
20
-        $this->connection= $connection;
20
+        $this->connection = $connection;
21 21
     }
22 22
 
23 23
     public function activateTriggers()
Please login to merge, or discard this patch.