Skip to content

Instantly share code, notes, and snippets.

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