Skip to content

Commit a55617a

Browse files
committed
Merge pull request #1 from dave1010/patch-1
Sort Application use statements alphabetically (after sorting by length)
2 parents b4e2dd0 + 8cf2dfc commit a55617a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
use FastRoute\Dispatcher;
99
use Illuminate\Support\Str;
1010
use Illuminate\Http\Request;
11-
use InvalidArgumentException;
1211
use Illuminate\Http\Response;
12+
use InvalidArgumentException;
1313
use Illuminate\Pipeline\Pipeline;
1414
use Monolog\Handler\StreamHandler;
1515
use Illuminate\Container\Container;

0 commit comments

Comments
 (0)