Added console command to add user with admin role.

This commit is contained in:
2023-07-02 16:17:18 +06:00
parent d0bd480dc1
commit 6b2aff910b
8 changed files with 341 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php declare(strict_types=1);
namespace App\Exceptions\Dto\User;
final class ManyRoleDtoException extends \Exception
{
}