Completed
Push — pac-264--pdo-exception ( b8b0e3...4eea58 )
by
unknown
01:34
created
src/Observers/UrlKeyAndPathObserver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
         // query whether or not the URL key column has a
104 104
         // value, if yes, use the value from the column
105 105
         if ($this->hasValue(ColumnKeys::URL_KEY)) {
106
-            $urlKey =  $this->getValue(ColumnKeys::URL_KEY);
106
+            $urlKey = $this->getValue(ColumnKeys::URL_KEY);
107 107
         } else {
108 108
             // query whether or not the column `url_key` has a value
109 109
             if ($category &&
Please login to merge, or discard this patch.