Completed
Push — master ( 68b0cd...68bcf1 )
by Vladimir
02:30
created
src/services/DbService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
         $this->_template = $this->getModel();
150 150
         $this->_translation = $this->getTranslationModel();
151 151
 
152
-        if ($this->processData($data))  {
152
+        if ($this->processData($data)) {
153 153
             $transaction = $this->db->beginTransaction();
154 154
             try {
155 155
                 $isSaved = $this->_template->insert(false);
Please login to merge, or discard this patch.