Added a default type as a default type :)

This commit is contained in:
Andy Miller
2015-08-06 22:26:19 -06:00
parent 62b8486431
commit 65df265e30

View File

@@ -49,6 +49,9 @@ class Types implements \ArrayAccess, \Iterator, \Countable
$this->systemBlueprints = $this->findBlueprints('blueprints://pages');
}
// register default by default
$this->register('default');
foreach (Folder::all($path, $options) as $type) {
$this->register($type);
}