Exemple #1
0
 static function getBirthdaysByCustomer($customerId)
 {
     return BirthdayParties::with('Customers', 'Students')->where('customer_id', '=', $customerId)->get();
 }