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
If I make relation in Course through ->addOneToMany('lessons')->targetTable(new Lesson)
and in Lesson through ->addManyToOne('course')->targetTable(new Course)
will be perpetual cycle.
All times calls configure method for each of tables.
If uses table name it is work.
The text was updated successfully, but these errors were encountered:
If I make relation in Course through ->addOneToMany('lessons')->targetTable(new Lesson)
and in Lesson through ->addManyToOne('course')->targetTable(new Course)
will be perpetual cycle.
All times calls configure method for each of tables.
If uses table name it is work.
The text was updated successfully, but these errors were encountered: