spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

Update create_media_table.php.stub #3578

Closed farishrf closed 7 months ago

farishrf commented 7 months ago

Clean up the migration stub by removing unneeded argument. image No breaking change as we require a minimum of Laravel 10.x. Just a small cleanup.

freekmurze commented 7 months ago

Thanks!