Skip to content

Commit

Permalink
Merge pull request #8226 from samsonasik/run-rector
Browse files Browse the repository at this point in the history
Remove unused use statements on system/Common.php
  • Loading branch information
samsonasik authored Nov 16, 2023
2 parents 46ac972 + d4fc50d commit 2e43af7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
use CodeIgniter\HTTP\IncomingRequest;
use CodeIgniter\HTTP\RedirectResponse;
use CodeIgniter\HTTP\RequestInterface;
use CodeIgniter\HTTP\Response;
use CodeIgniter\HTTP\ResponseInterface;
use CodeIgniter\HTTP\URI;
use CodeIgniter\Model;
use CodeIgniter\Session\Session;
use CodeIgniter\Test\TestLogger;
Expand Down

0 comments on commit 2e43af7

Please sign in to comment.