@@ -76,7 +76,7 @@ |
||
76 | 76 | { |
77 | 77 | parent::boot(); |
78 | 78 | |
79 | - static::deleting(function ($model) { |
|
79 | + static::deleting(function($model) { |
|
80 | 80 | $model->roles()->detach(); |
81 | 81 | }); |
82 | 82 | } |