rocketeers / docs

Rocketeer's documentation
7 stars 25 forks source link

Registering "Task via classes" is not clear #29

Open lwrbakro opened 8 years ago

lwrbakro commented 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.

lwrbakro commented 8 years ago

The linked screenshot is also confusing: MyTasks\Migrate != deploy:migrate