Skip to content

Commit

Permalink
patch: pint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Feb 16, 2024
1 parent ceae85f commit 64743e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Saloon\CachePlugin\Data\CachedResponse;
use Saloon\CachePlugin\Drivers\FlysystemDriver;
use Saloon\CachePlugin\Drivers\LaravelCacheDriver;
use \Illuminate\Support\Facades\Cache as LaravelCache;
use Illuminate\Support\Facades\Cache as LaravelCache;

class Cache
{
Expand Down
1 change: 0 additions & 1 deletion src/Requests/QueryDataRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use FredBradley\PhpSteerApi\Cache;
use Saloon\CachePlugin\Contracts\Cacheable;
use Saloon\CachePlugin\Contracts\Driver;
use Saloon\CachePlugin\Drivers\FlysystemDriver;
use Saloon\CachePlugin\Drivers\LaravelCacheDriver;
use Saloon\CachePlugin\Traits\HasCaching;
Expand Down

0 comments on commit 64743e8

Please sign in to comment.