Skip to content

Commit 576fc3e

Browse files
committed
refactor: remove deprecated CodeIgniter\Entity
1 parent e27a92f commit 576fc3e

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
@@ -224,6 +224,8 @@ Others
224224
- **Config:** The deprecated ``CodeIgniter\Config\Config`` class has been removed.
225225
- **Controller:** The deprecated ``Controller::loadHelpers()`` method has been removed.
226226
- **Exceptions:** The deprecated ``CodeIgniter\Exceptions\CastException`` class has been removed.
227+
- **Entity:** The deprecated ``CodeIgniter\Entity`` class has been removed. Use
228+
``CodeIgniter\Entity\Entity`` instead.
227229

228230
Enhancements
229231
************

0 commit comments

Comments
 (0)