@@ -31,16 +31,16 @@ |
||
| 31 | 31 | { |
| 32 | 32 | parent::boot(); |
| 33 | 33 | |
| 34 | - static::created(function ($results) { |
|
| 34 | + static::created(function($results) { |
|
| 35 | 35 | Cache::forget(self::CACHE_KEY); |
| 36 | 36 | }); |
| 37 | 37 | |
| 38 | 38 | |
| 39 | - static::updated(function ($results) { |
|
| 39 | + static::updated(function($results) { |
|
| 40 | 40 | Cache::forget(self::CACHE_KEY); |
| 41 | 41 | }); |
| 42 | 42 | |
| 43 | - static::deleted(function ($results) { |
|
| 43 | + static::deleted(function($results) { |
|
| 44 | 44 | Cache::forget(self::CACHE_KEY); |
| 45 | 45 | }); |
| 46 | 46 | } |