mirror of
https://github.com/getgrav/grav.git
synced 2026-02-23 07:01:26 +01:00
Fix undefined variable in Data\Blueprint class
This commit is contained in:
@@ -14,6 +14,9 @@ class Blueprint
|
||||
use Export;
|
||||
|
||||
public $name;
|
||||
|
||||
public $initialized = false;
|
||||
|
||||
protected $items;
|
||||
protected $context;
|
||||
protected $fields;
|
||||
|
||||
Reference in New Issue
Block a user