We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dccb49d + c788709 commit 1c01ed6Copy full SHA for 1c01ed6
1 file changed
system/HTTP/Files/UploadedFile.php
@@ -1,7 +1,6 @@
1
<?php
2
namespace CodeIgniter\HTTP\Files;
3
4
-use CodeIgniter\HTTP\Exceptions\HTTPException;
5
/**
6
* CodeIgniter
7
*
@@ -37,7 +36,9 @@
37
36
* @since Version 3.0.0
38
* @filesource
39
*/
+
40
use CodeIgniter\Files\File;
41
+use CodeIgniter\HTTP\Exceptions\HTTPException;
42
43
44
* Value object representing a single file uploaded through an
0 commit comments