We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b151d4b commit d9bb92dCopy full SHA for d9bb92d
1 file changed
system/Common.php
@@ -9,14 +9,18 @@
9
* file that was distributed with this source code.
10
*/
11
12
+use CodeIgniter\Cache\CacheInterface;
13
use CodeIgniter\Config\Factories;
14
use CodeIgniter\Database\BaseConnection;
15
use CodeIgniter\Database\ConnectionInterface;
16
+use CodeIgniter\Debug\Timer;
17
use CodeIgniter\Files\Exceptions\FileNotFoundException;
18
+use CodeIgniter\HTTP\Exceptions\HTTPException;
19
use CodeIgniter\HTTP\RedirectResponse;
20
use CodeIgniter\HTTP\RequestInterface;
21
use CodeIgniter\HTTP\ResponseInterface;
22
use CodeIgniter\HTTP\URI;
23
+use CodeIgniter\Session\Session;
24
use CodeIgniter\Test\TestLogger;
25
use Config\App;
26
use Config\Database;
0 commit comments