Completed
Pull Request — master (#506)
by
unknown
01:27
created
src/Services/SlugService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
         }
131 131
 
132 132
         $sourceStrings = array_map(function($key) {
133
-            $value = data_get($this->model, $key,$this->model->getAttribute($key));
133
+            $value = data_get($this->model, $key, $this->model->getAttribute($key));
134 134
             if (is_bool($value)) {
135 135
                 $value = (int) $value;
136 136
             }
Please login to merge, or discard this patch.