Issue #2525002 by daffie, benjy: Make the class variables protected for Migration

8.0.x
xjm 2015-07-08 08:21:27 +01:00
parent c672b1efce
commit 2bf671a246
1 changed files with 1 additions and 1 deletions

View File

@ -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.