shorten command names

This commit is contained in:
Tim
2021-12-28 19:20:55 +01:00
parent 7daddaab88
commit 7aba36e7bb
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ use Symfony\Component\Console\Question\Question;
class CreateDatabaseCommand extends Command
{
protected static $defaultName = 'app:db:create';
protected static $defaultName = 'db:create';
public function __construct(
private DatabaseService $db,