Completed
Push — master ( bfc36f...e3681f )
by Ariel
13:05
created
src/Models/Business.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     {
39 39
         parent::boot();
40 40
 
41
-        static::creating(function ($business) {
41
+        static::creating(function($business) {
42 42
 
43 43
             $business->slug = $business->makeSlug($business->name);
44 44
 
Please login to merge, or discard this patch.