fire() */ public function fire(Ticket $ticket) { Log::error('inside ticket inbound new and just about to fire action'); $handler = new TicketClientNew(); $handler->fire($ticket); } }