Created
January 14, 2015 14:22
-
-
Save serg6854/d38df0e1f33595bf75cf to your computer and use it in GitHub Desktop.
laravel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return News::orderBy('created_at', 'DESC')->with(['langs' => function ($query) { | |
| $query->where('code', '=', 'uk')->first(); | |
| }, 'images'])->take(4)->get(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment