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