Added the ability to manage a group of users.
This commit is contained in:
10
app/Dto/Builder/Role.php
Normal file
10
app/Dto/Builder/Role.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace App\Dto\Builder;
|
||||
|
||||
final readonly class Role
|
||||
{
|
||||
public function __construct(
|
||||
|
||||
) { }
|
||||
}
|
Reference in New Issue
Block a user