@@ -38,7 +38,7 @@ |
||
| 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 | |