shorten command names
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user