Skip to content

Commit ffa33d7

Browse files
authored
Merge pull request #8497 from kenjis/remove-deprecated-Entity
refactor: remove deprecated CodeIgniter\Entity
2 parents 1c86924 + 576fc3e commit ffa33d7

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

system/Entity.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ Others
225225
- **Config:** The deprecated ``CodeIgniter\Config\Config`` class has been removed.
226226
- **Controller:** The deprecated ``Controller::loadHelpers()`` method has been removed.
227227
- **Exceptions:** The deprecated ``CodeIgniter\Exceptions\CastException`` class has been removed.
228+
- **Entity:** The deprecated ``CodeIgniter\Entity`` class has been removed. Use
229+
``CodeIgniter\Entity\Entity`` instead.
228230

229231
Enhancements
230232
************

0 commit comments

Comments
 (0)