We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceae85f commit 64743e8Copy full SHA for 64743e8
src/Cache.php
@@ -7,7 +7,7 @@
7
use Saloon\CachePlugin\Data\CachedResponse;
8
use Saloon\CachePlugin\Drivers\FlysystemDriver;
9
use Saloon\CachePlugin\Drivers\LaravelCacheDriver;
10
-use \Illuminate\Support\Facades\Cache as LaravelCache;
+use Illuminate\Support\Facades\Cache as LaravelCache;
11
12
class Cache
13
{
src/Requests/QueryDataRequest.php
@@ -4,7 +4,6 @@
4
5
use FredBradley\PhpSteerApi\Cache;
6
use Saloon\CachePlugin\Contracts\Cacheable;
-use Saloon\CachePlugin\Contracts\Driver;
use Saloon\CachePlugin\Traits\HasCaching;
0 commit comments