Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vormkracht10/filament-media-picker
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Dec 7, 2024
2 parents e9538aa + 7f23260 commit 6832c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Media.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ public function download(): \Symfony\Component\HttpFoundation\StreamedResponse

return Storage::disk($disk)->download($directory . '/' . $this->filename);

Check failure on line 120 in src/Models/Media.php

View workflow job for this annotation

GitHub Actions / phpstan

Access to an undefined property Vormkracht10\MediaPicker\Models\Media::$filename.
}
}
}

0 comments on commit 6832c1b

Please sign in to comment.