Skip to content

Instantly share code, notes, and snippets.

@lemesdaniel
Created September 17, 2015 19:27
Show Gist options
  • Save lemesdaniel/e6ad9b8e1805e4f30e52 to your computer and use it in GitHub Desktop.
Save lemesdaniel/e6ad9b8e1805e4f30e52 to your computer and use it in GitHub Desktop.
$wows = $this->wows
->with('Competitor')
->where('step_id', 1)
->orderBy('time')
->orderBy('time_break')
->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment