We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3693f01 commit f83edeeCopy full SHA for f83edee
symfony/framework-bundle/4.2/src/Kernel.php
@@ -2,10 +2,10 @@
2
3
namespace App;
4
5
+use Symfony\Bundle\FrameworkBundle\Console\Application;
6
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
7
use Symfony\Component\Config\Loader\LoaderInterface;
8
use Symfony\Component\Config\Resource\FileResource;
-use Symfony\Component\Console\Application;
9
use Symfony\Component\DependencyInjection\ContainerBuilder;
10
use Symfony\Component\Dotenv\Dotenv;
11
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
0 commit comments