Laravel-Backpack / medialibrary-uploaders

MIT License
10 stars 4 forks source link

ensure we dont store nothing in model #17

Closed pxpm closed 1 year ago

pxpm commented 1 year ago

If developer was using guarded, or had the db columns in fillable we would still polute those columns with garbage.

This ensures we don't do that no matter what configuration developer chooses (fillable or guarded).