| 1 | <?php |
||
| 4 | class CountryPricesCleanup extends BuildTask |
||
| 5 | { |
||
| 6 | protected $title = "Delete all Country Prices without an object"; |
||
| 7 | |||
| 8 | protected $description = "Go through each Country Price and delete it if the relating (parent) object does not exist or the price is zero OR the currency is obsolete."; |
||
| 9 | |||
| 10 | public function run($request) |
||
| 42 | } |
||
| 43 |