File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ Behavior Changes
2828Core
2929----
3030
31- - ``InstanceConfigTrait::deleteConfig() `` was added. For classes using this
32- trait, you can now use ``$this->deleteConfig('key') `` instead of ``$this->setConfig('key', null) ``
31+ - ``InstanceConfigTrait::deleteConfig() `` was added. For classes using this trait,
32+ you can now use ``$this->deleteConfig('key') `` instead of ``$this->setConfig('key', null) ``
3333
3434Database
3535--------
3636
37- - ``Query::with() `` now accepts an array of expressions to align with other query clauses. This also
38- allows clearing the expressions with an empty array.
37+ - ``Query::with() `` now accepts an array of expressions to align with other query clauses.
38+ This also allows clearing the expressions with an empty array.
3939
4040ORM
4141---
You can’t perform that action at this time.
0 commit comments