permissions finito

This commit is contained in:
2023-10-18 01:54:24 +03:00
parent 632684f514
commit 91b68d9682
5 changed files with 125 additions and 109 deletions
-2
View File
@@ -4,7 +4,6 @@ namespace Lucent\Account;
use Lucent\Channel\ChannelService;
use Lucent\Primitive\Collection;
use Lucent\Schema\SchemaService;
readonly class AccountService
{
@@ -12,7 +11,6 @@ readonly class AccountService
public function __construct(
private AuthService $authService,
private ChannelService $channelService,
private SchemaService $schemaService,
private UserRepo $userRepo,
)
{