Skip to content

Eager Loading #329

Closed
Closed
@zek

Description

@zek

I made a referral system.
Each User is related with another user by parent_id.
And I have some relations on User such as Level, Transactions etc.

User::find(1)->descendants()->with(['level', 'transactions'])->get()

This doesn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions