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