mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 19:45:31 +02:00
Blueprint refactor: Fix missing dynamic properties
This commit is contained in:
@@ -103,7 +103,7 @@ class Blueprints
|
||||
}
|
||||
}
|
||||
|
||||
$this->instances[$type] = $blueprint;
|
||||
$this->instances[$type] = $blueprint->init();
|
||||
}
|
||||
|
||||
return $this->instances[$type];
|
||||
|
||||
Reference in New Issue
Block a user