Skip to content

Commit

Permalink
Orders imports alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Feb 13, 2018
1 parent aae82d9 commit 7a3635a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Illuminate\Foundation\Bootstrap;

use Dotenv\Dotenv;
use Dotenv\Exception\InvalidPathException;
use Dotenv\Exception\InvalidFileException;
use Dotenv\Exception\InvalidPathException;
use Symfony\Component\Console\Input\ArgvInput;
use Illuminate\Contracts\Foundation\Application;

Expand Down

0 comments on commit 7a3635a

Please sign in to comment.