Skip to content

Commit

Permalink
Allowed dynamic properties in model.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilwylegala committed Nov 13, 2023
1 parent bfe3815 commit c300be5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ It means that composer will look at `master` branch of repository configured und

## Changelog

### 2023-11-13

- Silence dynamic property creation warning in Model.php

### 2023-11-02

- Fixed: unitialized property in Debugger.php
Expand Down
1 change: 1 addition & 0 deletions lib/Cake/Model/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
* @package Cake.Model
* @link https://book.cakephp.org/2.0/en/models.html
*/
#[AllowDynamicProperties]
class Model extends CakeObject implements CakeEventListener {

/**
Expand Down

0 comments on commit c300be5

Please sign in to comment.