Skip to content

Commit 1ccd9d4

Browse files
Attempted fix of services.yml
1 parent af6cf00 commit 1ccd9d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Resources/config/services.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ services:
33
class: PHPFastCGI\SpeedfonyBundle\Bridge\KernelWrapper
44
arguments: ['@kernel']
55

6+
php_fast_cgi_speedfony.driver_container:
7+
class: PHPFastCGI\FastCGIDaemon\Driver\DriverContainer
8+
69
php_fast_cgi_speedfony.daemon_run_command:
710
class: PHPFastCGI\FastCGIDaemon\Command\DaemonRunCommand
8-
arguments: ['@php_fast_cgi_speedfony.kernel_wrapper', ~, 'speedfony:run']
11+
arguments: ['@php_fast_cgi_speedfony.kernel_wrapper', '@php_fast_cgi_speedfony.driver_container', 'speedfony:run']
912
tags:
1013
- { name: console.command }

0 commit comments

Comments
 (0)