reliese / laravel

Reliese Laravel Model Generator
MIT License
1.49k stars 316 forks source link

Add hidden property in BaseModels #264

Closed 0kyn closed 11 months ago

0kyn commented 1 year ago

Hello,

In the same way as the $fillable property in BaseModels https://github.com/reliese/laravel/issues/57, I thought it could be useful to get the same behavior for the $hidden property.

This PR should close this issue https://github.com/reliese/laravel/issues/238