Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue relations #291

Open
maximsamoilov opened this issue Sep 4, 2018 · 0 comments
Open

Issue relations #291

maximsamoilov opened this issue Sep 4, 2018 · 0 comments
Labels

Comments

@maximsamoilov
Copy link

maximsamoilov commented Sep 4, 2018

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.

@asika32764 asika32764 added the bug label Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants