We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7618f30 commit 95d605cCopy full SHA for 95d605c
app/Models/Egg.php
@@ -111,7 +111,7 @@ class Egg extends Model
111
'uuid' => 'required|string|size:36',
112
'name' => 'required|string|max:191',
113
'description' => 'string|nullable',
114
- 'features' => 'json|nullable',
+ 'features' => 'array|nullable',
115
'author' => 'required|string|email',
116
'docker_image' => 'required|string|max:191',
117
'startup' => 'required|nullable|string',
0 commit comments