system blueprints not getting scanned. Fixes #3296

This commit is contained in:
Andy Miller
2021-03-30 11:53:27 -06:00
parent 1b9fd6276e
commit bbddb0a036
2 changed files with 2 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ class Types implements \ArrayAccess, \Iterator, \Countable
*/
public function init()
{
if (null === $this->systemBlueprints) {
if (empty($this->systemBlueprints)) {
// Register all blueprints from the blueprints stream.
$this->systemBlueprints = $this->findBlueprints('blueprints://pages');
foreach ($this->systemBlueprints as $type => $blueprint) {