8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecc4bf commit a42d697Copy full SHA for a42d697
tests/Http/HttpRequestTest.php
@@ -8,8 +8,8 @@
8
use Illuminate\Session\Store;
9
use PHPUnit\Framework\TestCase;
10
use Illuminate\Http\UploadedFile;
11
-use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException;
12
use Symfony\Component\HttpFoundation\Request as SymfonyRequest;
+use Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException;
13
use Symfony\Component\HttpFoundation\File\UploadedFile as SymfonyUploadedFile;
14
15
class HttpRequestTest extends TestCase
0 commit comments