arr = $arr; } /** * Execute the job. * * @param OwnerPriceOperationService $service * * @return void */ public function handle(OwnerPriceOperationService $service) { ini_set('max_execution_time', 2500); list($rule,$owner,$discountIndex,$pivot,$month) = $this->arr; $service->handlePastBill($rule,$owner,$discountIndex,$pivot,$month); } }