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 ceaf2ee + 0e30da9 commit 74ac64e
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 @@ -121,4 +121,4 @@ public function download(): \Symfony\Component\HttpFoundation\StreamedResponse

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

Check failure on line 122 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 74ac64e

Please sign in to comment.