Skip to content

Commit

Permalink
Merge pull request #8045 from kenjis/refactor-Model-use
Browse files Browse the repository at this point in the history
[4.5] refactor: remove unused `use` in Model
  • Loading branch information
kenjis authored Oct 16, 2023
2 parents 3988772 + bd455c1 commit 5f0a8ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
use CodeIgniter\Database\Query;
use CodeIgniter\Entity\Entity;
use CodeIgniter\Exceptions\ModelException;
use CodeIgniter\I18n\Time;
use CodeIgniter\Validation\ValidationInterface;
use Config\Database;
use ReflectionException;
Expand Down

0 comments on commit 5f0a8ca

Please sign in to comment.