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
$auto_prefix_models is used only in Model::factory. When I use has_many, Paris tries to use class name without namespace prefix to determine the table name for the joined entity.
It can be fixed by changing the first line of the has_many method from
$auto_prefix_models
is used only inModel::factory
. When I usehas_many
, Paris tries to use class name without namespace prefix to determine the table name for the joined entity.It can be fixed by changing the first line of the
has_many
method fromto
The text was updated successfully, but these errors were encountered: