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 7ef1bbd commit a072611Copy full SHA for a072611
src/Codeception/Lib/Connector/Laravel.php
@@ -16,6 +16,7 @@
16
use Illuminate\Foundation\Application;
17
use Illuminate\Foundation\Bootstrap\RegisterProviders;
18
use Illuminate\Http\Request;
19
+use Illuminate\Http\UploadedFile;
20
use Symfony\Component\HttpFoundation\Request as SymfonyRequest;
21
use Symfony\Component\HttpFoundation\Response;
22
use Symfony\Component\HttpKernel\HttpKernelBrowser as Client;
0 commit comments