Skip to content

Commit 95d605c

Browse files
committed
Fix validation schema
1 parent 7618f30 commit 95d605c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Egg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class Egg extends Model
111111
'uuid' => 'required|string|size:36',
112112
'name' => 'required|string|max:191',
113113
'description' => 'string|nullable',
114-
'features' => 'json|nullable',
114+
'features' => 'array|nullable',
115115
'author' => 'required|string|email',
116116
'docker_image' => 'required|string|max:191',
117117
'startup' => 'required|nullable|string',

0 commit comments

Comments
 (0)