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',
|
||||
'date' => now()->toDateString(),
|
||||
])
|
||||
->image()
|
||||
->required(),
|
||||
->image(),
|
||||
])
|
||||
->columns(1);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user