Update Flex endpoint

This commit is contained in:
github-action bot
2021-10-11 06:50:17 +00:00
parent 06af7d5f81
commit 853ffd2f6c
61 changed files with 1566 additions and 1505 deletions
+15 -15
View File
@@ -16,6 +16,21 @@
]
},
"files": {
"config/packages/fastcgi_daemon.yaml": {
"contents": [
"services:",
" App\\FastCGIKernel:",
" autowire: true",
"",
" PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer: null",
" PHPFastCGI\\FastCGIDaemon\\Command\\DaemonRunCommand:",
" arguments: ['@App\\FastCGIKernel', '@PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer', 'fastcgi-daemon:run']",
" tags:",
" - { name: console.command }",
""
],
"executable": false
},
"src/FastCGIKernel.php": {
"contents": [
"<?php",
@@ -54,21 +69,6 @@
""
],
"executable": false
},
"config/packages/fastcgi_daemon.yaml": {
"contents": [
"services:",
" App\\FastCGIKernel:",
" autowire: true",
"",
" PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer: null",
" PHPFastCGI\\FastCGIDaemon\\Command\\DaemonRunCommand:",
" arguments: ['@App\\FastCGIKernel', '@PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer', 'fastcgi-daemon:run']",
" tags:",
" - { name: console.command }",
""
],
"executable": false
}
},
"ref": "2011211eeb0a0c800ca496b090c65d161f5c3ed6"