update files script

This commit is contained in:
2024-09-27 16:27:37 +03:00
parent 6458c1e71d
commit 19931cb4d1
4 changed files with 34 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class SchemaService
name: $schemaArr["name"],
label: $schemaArr["label"],
fields: (new Collection($schemaArr["fields"]))->map([$this, 'mapFields']),
disk: $schemaArr["disk"],
disk: $schemaArr["disk"] ?? "lucent",
path: $schemaArr["path"] ?? $schemaArr["name"],
groups: $schemaArr["groups"] ?? [],
isEntry: $schemaArr["isEntry"] ?? false,