/** * Delete all tax rule. * * @return void */ public function cleanup() { if ($this->taxRule !== null) { $this->deleteAllTaxRule->run(); } }
/** * Delete all tax rule. * * @return void */ public function cleanup() { $this->deleteAllTaxRule->run(); }