8000 Organize import. · laravel/framework@a42d697 · GitHub
[go: up one dir, main page]

Skip to content

Commit a42d697

Browse files
committed
Organize import.
1 parent 1ecc4bf commit a42d697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Http/HttpRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
use Illuminate\Session\Store;
99
use PHPUnit\Framework\TestCase;
1010
use Illuminate\Http\UploadedFile;
11-
use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException;
1211
use Symfony\Component\HttpFoundation\Request as SymfonyRequest;
12+
use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException;
1313
use Symfony\Component\HttpFoundation\File\UploadedFile as SymfonyUploadedFile;
1414

1515
class HttpRequestTest extends TestCase

0 commit comments

Comments
 (0)
0