Fix use order in bin/console

This commit is contained in:
Loïck Piera
2017-08-09 20:40:50 +02:00
committed by GitHub
parent 137f4997f9
commit b5a46a6e1c
+1 -1
View File
@@ -3,9 +3,9 @@
use App\Kernel;
use Symfony\Bundle\FrameworkBundle\Console\Application;
use Symfony\Component\Dotenv\Dotenv;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Debug\Debug;
use Symfony\Component\Dotenv\Dotenv;
umask(0000);
set_time_limit(0);