mirror of
https://github.com/jbcr/core.git
synced 2026-03-31 21:32:09 +02:00
Merge pull request #800 from bolt/bobdenotter-patch-1
Make sure Content factory has an (empty) fields
This commit is contained in:
@@ -39,6 +39,7 @@ class ContentType extends DeepCollection
|
||||
'singular_slug' => $name,
|
||||
'singular_name' => $name,
|
||||
'locales' => [],
|
||||
'fields' => new Collection(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user