mostafaznv / larupload

Larupload is an ORM based file uploader for laravel to upload image, video, audio and other known files.
https://mostafaznv.gitbook.io/larupload/
MIT License
45 stars 5 forks source link

Update Attachment.php #5

Closed mpanius closed 3 years ago

mpanius commented 3 years ago

Update id check to work in php 8 (cause id is typed property) - use isset($this->id) instead if $this->id

mostafaznv commented 3 years ago

Your pull request has been released under version 0.1.0 Thank you for your contribution