Skip to content

Commit

Permalink
Merge pull request #50 from somen440/master
Browse files Browse the repository at this point in the history
fix #47 modify command namespace
  • Loading branch information
howyi authored Jan 17, 2020
2 parents 096f711 + b2d9666 commit 2e2c0a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/conv
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ if (file_exists(__DIR__ . '/../vendor/autoload.php')) {

$app = new Symfony\Component\Console\Application;

$app->add(new Conv\Command\ReflectCommand);
$app->add(new Conv\Command\DiffDb2DbCommand);
$app->add(new Conv\Command\DiffSchema2DbCommand);
$app->add(new Howyi\Conv\Command\ReflectCommand);
$app->add(new Howyi\Conv\Command\DiffDb2DbCommand);
$app->add(new Howyi\Conv\Command\DiffSchema2DbCommand);

$app->run();

0 comments on commit 2e2c0a8

Please sign in to comment.