Blueprint refactor: Fix missing dynamic properties

This commit is contained in:
Matias Griese
2016-01-22 12:49:19 +02:00
parent 80d0c2a405
commit 4f73fd62c9

View File

@@ -103,7 +103,7 @@ class Blueprints
}
}
$this->instances[$type] = $blueprint;
$this->instances[$type] = $blueprint->init();
}
return $this->instances[$type];