Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions en/appendices/5-3-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ Behavior Changes
Core
----

- ``InstanceConfigTrait::deleteConfig()`` was added. For classes using this
trait, you can now use ``$this->deleteConfig('key')`` instead of ``$this->setConfig('key', null)``
- ``InstanceConfigTrait::deleteConfig()`` was added. For classes using this trait,
you can now use ``$this->deleteConfig('key')`` instead of ``$this->setConfig('key', null)``

Database
--------

- ``Query::with()`` now accepts an array of expressions to align with other query clauses. This also
allows clearing the expressions with an empty array.
- ``Query::with()`` now accepts an array of expressions to align with other query clauses.
This also allows clearing the expressions with an empty array.

ORM
---
Expand Down
Loading