1 | <?php |
||
15 | class TablesCreateLaravel extends \Aimeos\MW\Setup\Task\TablesCreateMShop |
||
16 | { |
||
17 | /** |
||
18 | * Returns the list of task names which depends on this task. |
||
19 | * |
||
20 | * @return array List of task names |
||
21 | */ |
||
22 | public function getPostDependencies() |
||
26 | |||
27 | |||
28 | /** |
||
29 | * Migrate database schema |
||
30 | */ |
||
31 | public function migrate() |
||
44 | } |
||
45 |