Skip to content

Commit b5a46a6

Browse files
authored
Fix use order in bin/console
1 parent 137f499 commit b5a46a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/console/3.3/bin/console

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
use App\Kernel;
55
use Symfony\Bundle\FrameworkBundle\Console\Application;
6-
use Symfony\Component\Dotenv\Dotenv;
76
use Symfony\Component\Console\Input\ArgvInput;
87
use Symfony\Component\Debug\Debug;
8+
use Symfony\Component\Dotenv\Dotenv;
99

1010
umask(0000);
1111
set_time_limit(0);

0 commit comments

Comments
 (0)