Skip to content

Commit

Permalink
Merge pull request laravel#1 from dave1010/patch-1
Browse files Browse the repository at this point in the history
Sort Application use statements alphabetically (after sorting by length)
  • Loading branch information
taylorotwell committed Apr 14, 2015
2 parents b4e2dd0 + 8cf2dfc commit a55617a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use FastRoute\Dispatcher;
use Illuminate\Support\Str;
use Illuminate\Http\Request;
use InvalidArgumentException;
use Illuminate\Http\Response;
use InvalidArgumentException;
use Illuminate\Pipeline\Pipeline;
use Monolog\Handler\StreamHandler;
use Illuminate\Container\Container;
Expand Down

0 comments on commit a55617a

Please sign in to comment.