Add list users command
This commit is contained in:
@ -11,7 +11,6 @@ use Symfony\Component\Console\Question\Question;
|
||||
|
||||
class CreateDatabaseCommand extends Command
|
||||
{
|
||||
// the name of the command (the part after "bin/console")
|
||||
protected static $defaultName = 'app:db:create';
|
||||
|
||||
public function __construct(
|
||||
|
Reference in New Issue
Block a user