Guest User

Untitled

a guest
Oct 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. dd($results->count()) = 11930 // Number of rows in the db
  2.  
  3. dd($results->count()) = 1 // What I'd expect the query to return
  4.  
  5. dd(count($results)) = "count(): Parameter must be an array or an object that implements Countable"
  6.  
  7. dd(count($results)) = 1
Add Comment
Please, Sign In to add comment