We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34eefba commit dc9808aCopy full SHA for dc9808a
src/Program.php
@@ -30,7 +30,7 @@ public static function main(array $args = [])
30
$rootCommand->addCommand(new MigrateCommand);
31
$rootCommand->addOption(new CommandOption('--help', '-h'));
32
$rootCommand->addOption(new CommandOption('--version', '-v'));
33
- $rootCommand->Handler->add(new self, 'execute');
+ $rootCommand->Handler->add([new self, 'execute']);
34
$rootCommand->invoke($args);
35
exit;
36
}
0 commit comments