Skip to content

Commit

Permalink
Initialize $map to empty array
Browse files Browse the repository at this point in the history
  • Loading branch information
bancer committed Aug 26, 2018
1 parent 957b4e5 commit e13d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/DboSource.php
Expand Up @@ -252,7 +252,7 @@ class DboSource extends DataSource {
*
* @var array
*/
public $map;
public $map = array();

/**
* Constructor
Expand Down

0 comments on commit e13d44b

Please sign in to comment.