mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
replaced ~ by null
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
App\FastCGIKernel:
|
||||
autowire: true
|
||||
|
||||
PHPFastCGI\FastCGIDaemon\Driver\DriverContainer: ~
|
||||
PHPFastCGI\FastCGIDaemon\Driver\DriverContainer: null
|
||||
PHPFastCGI\FastCGIDaemon\Command\DaemonRunCommand:
|
||||
arguments: ['@App\FastCGIKernel', '@PHPFastCGI\FastCGIDaemon\Driver\DriverContainer', 'fastcgi-daemon:run']
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user