Skip to content

Commit

Permalink
docs: fix import typo, add comment (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Jul 16, 2024
1 parent d2fa07b commit 1277062
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,9 @@ $middleware = ApplicationDefaultCredentials::getCredentials($scope, cache: $memo
You can use a third party that follows the `PSR-6` interface of your choice.

```php
use Symphony\Component\Cache\Adapter\FileststenAdapter;
// run "composer require symfony/cache"
use Google\Auth\ApplicationDefaultCredentials;
use Symfony\Component\Cache\Adapter\FilesystemAdapter;

// Create the cache instance
$filesystemCache = new FilesystemAdapter();
Expand Down

0 comments on commit 1277062

Please sign in to comment.