refactor: Remove required validation for image field in FeedResource form schema
This commit is contained in:
parent
35d0d967a1
commit
46da52724f
@ -83,8 +83,7 @@ public static function form(Schema $schema): Schema
|
|||||||
'feature' => 'feeds',
|
'feature' => 'feeds',
|
||||||
'date' => now()->toDateString(),
|
'date' => now()->toDateString(),
|
||||||
])
|
])
|
||||||
->image()
|
->image(),
|
||||||
->required(),
|
|
||||||
])
|
])
|
||||||
->columns(1);
|
->columns(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user