1 | <?php |
||
21 | class MigrateOrderMinMaxTask extends BuildTask |
||
22 | { |
||
23 | protected $title = 'Migrate the order min and max'; |
||
24 | |||
25 | protected $description = 'Migrate the order min and max field data from the Event to the ticket'; |
||
26 | |||
27 | protected $enabled = true; |
||
28 | |||
29 | /** |
||
30 | * @param \SS_HTTPRequest $request |
||
31 | */ |
||
32 | public function run($request) |
||
55 | } |
||
56 |