Handling $query->joinWith called inside of other $query->joinWith within Closure…
Handling $query->joinWith called inside of other $query->joinWith within Closure (called inside Closure). Ex.: ```php $query->joinWith( [ 'rel1' => function($query) { $query->joinWith( [ 'rel2' => function($query) { // ... } ] ); } ] ); ```
Showing
Please
register
or
sign in
to comment