Fix undefined variable in Data\Blueprint class

This commit is contained in:
Matias Griese
2014-10-07 12:31:42 +03:00
parent 4c04dfc747
commit 8cd361ca41

View File

@@ -14,6 +14,9 @@ class Blueprint
use Export;
public $name;
public $initialized = false;
protected $items;
protected $context;
protected $fields;