fix namespace

This commit is contained in:
Nicolas Grekas
2018-11-09 22:20:11 +01:00
parent 3693f01252
commit f83edeee49
+1 -1
View File
@@ -2,10 +2,10 @@
namespace App;
use Symfony\Bundle\FrameworkBundle\Console\Application;
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\Config\Resource\FileResource;
use Symfony\Component\Console\Application;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Dotenv\Dotenv;
use Symfony\Component\HttpKernel\Kernel as BaseKernel;