mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-07 13:14:20 +01:00
Change namespace to Tvdt
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Command;
|
||||
namespace Tvdt\Command;
|
||||
|
||||
use App\Repository\UserRepository;
|
||||
use Symfony\Component\Console\Attribute\Argument;
|
||||
use Symfony\Component\Console\Attribute\AsCommand;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
use Tvdt\Repository\UserRepository;
|
||||
|
||||
#[AsCommand(
|
||||
name: 'app:make-admin',
|
||||
name: 'tvdt:make-admin',
|
||||
description: 'Give a user the role admin',
|
||||
)]
|
||||
readonly class MakeAdminCommand
|
||||
|
||||
Reference in New Issue
Block a user