Exemple #1
0
 public function getBookings()
 {
     return $this->hasOne(Bookings::className(), ['id' => 'idBooking']);
 }