@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | /** |
32 | 32 | * Fire cacheable events |
33 | 33 | * |
34 | - * @param \Cacheable\Events\CacheableEvent $event |
|
34 | + * @param CacheableEvent $event |
|
35 | 35 | * @return mixed |
36 | 36 | */ |
37 | 37 | public function fireEvent(CacheableEvent $event) |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | * Tell the cacheable service to flush all cache |
48 | 48 | * that related to the given model. |
49 | 49 | * |
50 | - * @param \Illuminate\Database\Eloquent\Model $model |
|
50 | + * @param CacheableModel $model |
|
51 | 51 | * |
52 | 52 | * @return void |
53 | 53 | */ |