@@ -11,7 +11,7 @@ |
||
| 11 | 11 | */ |
| 12 | 12 | public static function bootLincable() |
| 13 | 13 | { |
| 14 | - static::creating(function ($model) { |
|
| 14 | + static::creating(function($model) { |
|
| 15 | 15 | $model->addLincableFields(); |
| 16 | 16 | }); |
| 17 | 17 | } |