Ejemplo n.º 1
0
 /**
  * @param PolicyCheckable $policyCheckable
  * @param MeetingTimeslot $MeetingTimeslot
  * @return bool
  */
 private function userCheck(PolicyCheckable $policyCheckable, MeetingTimeslot $MeetingTimeslot)
 {
     return $policyCheckable->verifyMeetingTimeslot($MeetingTimeslot);
 }