Issue #2525002 by daffie, benjy: Make the class variables protected for Migration
parent
c672b1efce
commit
2bf671a246
|
@ -16,7 +16,7 @@ class Migration extends BaseMigration implements MigrationInterface {
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public $load = array();
|
protected $load = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The load plugin.
|
* The load plugin.
|
||||||
|
|
Loading…
Reference in New Issue