From b410dc0ef5112e3555dcf921d38f3d23e1e52380 Mon Sep 17 00:00:00 2001 From: github-action bot <> Date: Wed, 29 Sep 2021 10:10:08 +0000 Subject: [PATCH] Update Flex endpoint --- symfony.framework-bundle.5.4.json | 33 +------------------------------ 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/symfony.framework-bundle.5.4.json b/symfony.framework-bundle.5.4.json index 13b0e7a0..6619e3f4 100644 --- a/symfony.framework-bundle.5.4.json +++ b/symfony.framework-bundle.5.4.json @@ -67,42 +67,11 @@ "namespace App;", "", "use Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTrait;", - "use Symfony\\Component\\DependencyInjection\\Loader\\Configurator\\ContainerConfigurator;", "use Symfony\\Component\\HttpKernel\\Kernel as BaseKernel;", - "use Symfony\\Component\\Routing\\Loader\\Configurator\\RoutingConfigurator;", "", "class Kernel extends BaseKernel", "{", " use MicroKernelTrait;", - "", - " protected function configureContainer(ContainerConfigurator $container): void", - " {", - " $projectDir = $this->getProjectDir();", - "", - " $container->import($projectDir.'/config/{packages}/*.yaml');", - " $container->import($projectDir.'/config/{packages}/'.$this->environment.'/*.yaml');", - "", - " if (is_file($projectDir.'/config/services.yaml')) {", - " $container->import($projectDir.'/config/services.yaml');", - " $container->import($projectDir.'/config/{services}_'.$this->environment.'.yaml');", - " } else {", - " $container->import($projectDir.'/config/{services}.php');", - " }", - " }", - "", - " protected function configureRoutes(RoutingConfigurator $routes): void", - " {", - " $projectDir = $this->getProjectDir();", - "", - " $routes->import($projectDir.'/config/{routes}/'.$this->environment.'/*.yaml');", - " $routes->import($projectDir.'/config/{routes}/*.yaml');", - "", - " if (is_file($projectDir.'/config/routes.yaml')) {", - " $routes->import($projectDir.'/config/routes.yaml');", - " } else {", - " $routes->import($projectDir.'/config/{routes}.php');", - " }", - " }", "}", "" ], @@ -216,7 +185,7 @@ "executable": false } }, - "ref": "3665220abb623938e26f4696573a6eda7100b910" + "ref": "d4131812e20853626928e73d3effef44014944c0" } } }