mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
8 lines
227 B
YAML
8 lines
227 B
YAML
services:
|
|
ikoene_marvel_api_client:
|
|
class: Ikoene\MarvelApiBundle\Controller\Client
|
|
public: true
|
|
arguments:
|
|
- '%env(MARVEL_PUBLIC_API_KEY)%'
|
|
- '%env(MARVEL_PRIVATE_API_KEY)%'
|