Update Flex endpoint

This commit is contained in:
github-action[bot]
2021-11-15 21:21:31 +00:00
parent af93d12644
commit 07bebab4b0
159 changed files with 2924 additions and 2918 deletions
+15 -15
View File
@@ -16,21 +16,6 @@
]
},
"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",
@@ -69,6 +54,21 @@
""
],
"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"