Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $columns = Section::with( [
- 'content' => function ( $query ) use ( $group ) {
- $query->where( 'group_id', $group->id )->orderBy( 'updated_at', 'desc' );
- }
- ] )->find( $section->id );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement