Ejemplo n.º 1
0
 /**
  * Get the data to broadcast.
  *
  * @return array
  */
 public function broadcastWith()
 {
     return ['movie' => $this->movie->load('user')];
 }