Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Jun 4, 2024
1 parent 6b39a25 commit 425c835
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/janus
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<?php

use Janus\Command\InitializeCommand;
use Janus\Command\LegacyCommand;
use Symfony\Component\Console\Application;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Console\Output\ConsoleOutput;
Expand All @@ -16,5 +15,4 @@ $allowedCommands = ["init-symfony", "init-library"];

$application = new Application("Janus");
$application->add(new InitializeCommand());
$application->add(new LegacyCommand());
$application->run();

0 comments on commit 425c835

Please sign in to comment.