Open lwrbakro opened 8 years ago
https://github.com/rocketeers/docs/blame/master/II-Concepts/Tasks.md#L136
Which config file? config.php or hooks.php? I think in the hooks.php like this:
'custom' => [ 'db:migrate' => 'MyTask\Migrate' ],
and not the way as in the docs.
The linked screenshot is also confusing: MyTasks\Migrate != deploy:migrate
https://github.com/rocketeers/docs/blame/master/II-Concepts/Tasks.md#L136
Which config file? config.php or hooks.php? I think in the hooks.php like this:
and not the way as in the docs.