Ejemplo n.º 1
0
 public function timings()
 {
     return Timing::where('venue_name', '=', $this->name)->get();
 }