Skip to content

Commit a072611

Browse files
committed
add forgotten use statement
1 parent 7ef1bbd commit a072611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Codeception/Lib/Connector/Laravel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
use Illuminate\Foundation\Application;
1717
use Illuminate\Foundation\Bootstrap\RegisterProviders;
1818
use Illuminate\Http\Request;
19+
use Illuminate\Http\UploadedFile;
1920
use Symfony\Component\HttpFoundation\Request as SymfonyRequest;
2021
use Symfony\Component\HttpFoundation\Response;
2122
use Symfony\Component\HttpKernel\HttpKernelBrowser as Client;

0 commit comments

Comments
 (0)