Ejemplo n.º 1
0
 /**
  * Put the query's results in random order.
  *
  * @param  string  $seed
  * @return $this
  */
 public function inRandomOrder($seed = '')
 {
     return $this->orderByRaw($this->grammar->compileRandom($seed));
 }