John Michael Manlupig

Results 2 issues of John Michael Manlupig

### Summary I have the following guards defined which uses different models and it works really well for me, one problem that I have is I can't have them configured...

enhancement

I expected that doing `Movie::with(['ratings', 'category'])` would make a query like `SELECT * FROM movies LEFT JOIN ratings ON ratings.movie_id = movies.id` `LEFT JOIN categories ON movies.category_id = categories.id;` but...