2017-01-30 22:10:14 -05:00

12 lines
180 B
PHP

<?php
namespace BusinessLogic\Tickets;
class TicketValidators {
/**
* @param $customerEmail string
*/
function isCustomerAtMaxTickets($customerEmail) {
}
}