Skip to content

Commit

Permalink
use statement for storage_path
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Oct 26, 2024
1 parent 24dfec0 commit 3f705f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Configuration/Cache/PhpFileCacheProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
use Psr\Cache\CacheItemPoolInterface;
use Symfony\Component\Cache\Adapter\PhpFilesAdapter;

use function storage_path;

class PhpFileCacheProvider implements Driver
{
public function __construct(protected Repository $config)
Expand Down

0 comments on commit 3f705f6

Please sign in to comment.