Advertisement
Guest User

Untitled

a guest
May 9th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $streams = Streams::where('cust_id', $id)
  2. ->whereBetween('date', [$date1, $date2])
  3. ->distinct()
  4. ->lists('name');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement