fix: Correct collection name from 'feed' to 'feeds' in FeedResource form schema
This commit is contained in:
parent
b67d7ad774
commit
6e3f685f06
@ -88,7 +88,7 @@ public static function form(Schema $schema): Schema
|
||||
->disk(config('filesystems.default'))
|
||||
->acceptedFileTypes(['image/*'])
|
||||
->maxSize(1024 * 3)
|
||||
->collection('feed')
|
||||
->collection('feeds')
|
||||
->customProperties(fn (): array => [
|
||||
'feature' => 'feeds',
|
||||
'date' => now()->toDateString(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user