@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace Spatie\PartialCache; |
4 | 4 | |
5 | 5 | use Illuminate\Cache\TaggableStore; |
6 | -use Illuminate\Contracts\View\Factory as View; |
|
6 | +use Illuminate\Contracts\Cache\Factory as CacheManager; |
|
7 | 7 | use Illuminate\Contracts\Cache\Repository as Cache; |
8 | 8 | use Illuminate\Contracts\Config\Repository as Config; |
9 | -use Illuminate\Contracts\Cache\Factory as CacheManager; |
|
9 | +use Illuminate\Contracts\View\Factory as View; |
|
10 | 10 | use Spatie\PartialCache\Exceptions\MethodNotSupportedException; |
11 | 11 | |
12 | 12 | class PartialCache |