Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-20 16:37:35 +00:00
parent af31901ef8
commit 7d78e147a4
143 changed files with 1060 additions and 143 deletions
+6 -1
View File
@@ -25,7 +25,12 @@
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"post-install-output": " * Install the Symfony Maker Bundle using <info>composer require maker --dev</>. It's required for the next step.\n\n * Run <info>bin/console make:user:msgphp</>. It will guide you through the basic setup by asking a series of\n questions and generates the minimal application source files needed.\n"
"post-install-output": [
" * Install the Symfony Maker Bundle using <info>composer require maker --dev</>. It's required for the next step.",
"",
" * Run <info>bin/console make:user:msgphp</>. It will guide you through the basic setup by asking a series of",
" questions and generates the minimal application source files needed."
]
},
"files": {
"src/Entity/User.php": {