Completed
Pull Request — master (#507)
by
unknown
01:31
created
src/Services/SlugService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
             return $this->model->__toString();
130 130
         }
131 131
         if (is_callable($from)) {
132
-            $value = $from( $this->model );
132
+            $value = $from($this->model);
133 133
             return is_string($value) ? $value : null;
134 134
         }
135 135
 
Please login to merge, or discard this patch.