We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137f499 commit b5a46a6Copy full SHA for b5a46a6
symfony/console/3.3/bin/console
@@ -3,9 +3,9 @@
3
4
use App\Kernel;
5
use Symfony\Bundle\FrameworkBundle\Console\Application;
6
-use Symfony\Component\Dotenv\Dotenv;
7
use Symfony\Component\Console\Input\ArgvInput;
8
use Symfony\Component\Debug\Debug;
+use Symfony\Component\Dotenv\Dotenv;
9
10
umask(0000);
11
set_time_limit(0);
0 commit comments