company->db); $tax_service = new TaxService($this->client); $tax_service->validateVat(); } public function middleware() { return [new WithoutOverlapping($this->client->id)]; } }