Completed
Pull Request — 20.x (#77)
by
unknown
04:44 queued 02:32
created
src/Observers/CategoryObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
                     // if something went wrong in persist
169 169
                     // show more information to localize error in CSV
170 170
                     $message = $this->getSubject()->appendExceptionSuffix($e->getMessage());
171
-                    $this->getSubject()->getSystemLogger()->critical($message,['categoryPath' => $this->categoryPath]);
171
+                    $this->getSubject()->getSystemLogger()->critical($message, ['categoryPath' => $this->categoryPath]);
172 172
                     throw $e;
173 173
                 }
174 174
 
Please login to merge, or discard this patch.