Skip to content

Commit

Permalink
Merge pull request #8497 from kenjis/remove-deprecated-Entity
Browse files Browse the repository at this point in the history
refactor: remove deprecated CodeIgniter\Entity
  • Loading branch information
kenjis committed Feb 2, 2024
2 parents 1c86924 + 576fc3e commit ffa33d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
25 changes: 0 additions & 25 deletions system/Entity.php

This file was deleted.

2 changes: 2 additions & 0 deletions user_guide_src/source/changelogs/v4.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ Others
- **Config:** The deprecated ``CodeIgniter\Config\Config`` class has been removed.
- **Controller:** The deprecated ``Controller::loadHelpers()`` method has been removed.
- **Exceptions:** The deprecated ``CodeIgniter\Exceptions\CastException`` class has been removed.
- **Entity:** The deprecated ``CodeIgniter\Entity`` class has been removed. Use
``CodeIgniter\Entity\Entity`` instead.

Enhancements
************
Expand Down

0 comments on commit ffa33d7

Please sign in to comment.