mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
Fix: Autowiring (#1382)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
|
||||
Inpsyde\LogzIoMonolog\Handler\LogzIoHandler:
|
||||
arguments:
|
||||
$token: '%env(LOGZ_IO_TOKEN)%'
|
||||
|
||||
Reference in New Issue
Block a user