Created
December 5, 2023 08:03
-
-
Save gander/daa21b2601b99caecd124c70c8907ad3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
App\Provider\RepoDataProvider: | |
arguments: | |
$githubClient: !service | |
class: Symfony\Component\HttpClient\CachingHttpClient | |
arguments: | |
$client: '@github.client' | |
$store: !service | |
class: Symfony\Component\HttpKernel\HttpCache\Store | |
arguments: | |
$root: '%kernel.cache_dir%/http-client-github' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment