Skip to content

Commit 6946532

Browse files
authored
Merge pull request #8124 from cakephp/5.3-deleteconfig
Update migration guide regarding InstanceConfigTrait::deleteConfig()
2 parents b4efd6e + 53047da commit 6946532

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

en/appendices/5-3-migration-guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ If you are not running on **PHP 8.2 or higher**, you will need to upgrade PHP be
1616
Behavior Changes
1717
================
1818

19+
Core
20+
----
21+
22+
- ``InstanceConfigTrait::deleteConfig()`` was added. For classes using this
23+
trait, you can now use ``$this->deleteConfig('key')`` instead of ``$this->setConfig('key', null)``
24+
1925
Database
2026
--------
2127

0 commit comments

Comments
 (0)