Completed
Push — master ( 791c20...d90c8e )
by Pierre
03:16
created
src/App/Component/Model/Orm/Orm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     {
114 114
         $this->what = $what;
115 115
         $this->where = $where;
116
-        $this->method =  self::SQL_STATEMENTS_UPDATE;
116
+        $this->method = self::SQL_STATEMENTS_UPDATE;
117 117
         return $this;
118 118
     }
119 119
 
Please login to merge, or discard this patch.