mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
Fix: Use statement (#1381)
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
$token: '%env(LOGZ_IO_TOKEN)%'
|
||||
$host: 'listener-eu.logz.io'
|
||||
|
||||
Datana\LogzIo\Handler\Processor\AddApplicationNameProcessor:
|
||||
Datana\LogzIo\Handler\Logger\Processor\AddApplicationNameProcessor:
|
||||
arguments:
|
||||
- '%env(LOGZ_IO_APPLICATION_NAME)%'
|
||||
tags: ['monolog.processor']
|
||||
|
||||
Reference in New Issue
Block a user