You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an example, using the default User model and migration. If you generate models with *.base_files set to false it will generate the model with the patterns used in the config. But when I try to generate with *.base_files set to true it does not generate the $hidden property at all.
I'm assuming this works like the $fillable property, but that one was a config option to move it to the base model file. Sorry for wasting you time if this is working as intended, just feel like this is a bug or missing the customizability.
The text was updated successfully, but these errors were encountered:
As an example, using the default User model and migration. If you generate models with
*.base_files
set tofalse
it will generate the model with the patterns used in the config. But when I try to generate with*.base_files
set totrue
it does not generate the$hidden
property at all.I'm assuming this works like the
$fillable
property, but that one was a config option to move it to the base model file. Sorry for wasting you time if this is working as intended, just feel like this is a bug or missing the customizability.The text was updated successfully, but these errors were encountered: