mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Initialize $map to empty array
This commit is contained in:
parent
957b4e566a
commit
e13d44be87
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ class DboSource extends DataSource {
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public $map;
|
public $map = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|
Loading…
Reference in a new issue