Finished documentation of Console Helper and Controller

fixes #33
This commit is contained in:
Carsten Brandt
2013-08-12 02:26:30 +02:00
parent 75c4798d48
commit b96fd24ef5
3 changed files with 33 additions and 21 deletions

View File

@ -97,7 +97,7 @@ class MigrateController extends Controller
public function globalOptions()
{
return array_merge(parent::globalOptions(), array(
'migrationPath', 'migrationTable', 'db', 'templateFile', 'interactive'
'migrationPath', 'migrationTable', 'db', 'templateFile', 'interactive', 'color'
));
}