Skip to content

Commit

Permalink
feat: set attachment disk
Browse files Browse the repository at this point in the history
  • Loading branch information
dasundev committed Apr 4, 2024
1 parent 9780ee7 commit 96d04e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Filament/App/Resources/ErrorResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public static function form(Form $form): Form
->hint('Tell us how you solved this error?')
->required()
->columnSpanFull()
->fileAttachmentsDisk('public')
->fileAttachmentsDirectory('error_screenshots'),
Forms\Components\Hidden::make('is_slug_changed_manually')
->default(false)
Expand Down

0 comments on commit 96d04e0

Please sign in to comment.