We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27a92f commit 576fc3eCopy full SHA for 576fc3e
system/Entity.php
user_guide_src/source/changelogs/v4.5.0.rst
@@ -224,6 +224,8 @@ Others
224
- **Config:** The deprecated ``CodeIgniter\Config\Config`` class has been removed.
225
- **Controller:** The deprecated ``Controller::loadHelpers()`` method has been removed.
226
- **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.
229
230
Enhancements
231
************
0 commit comments