block elements fixes

This commit is contained in:
2023-10-25 11:57:52 +03:00
parent 16cd9dc0e2
commit 986c5a4f17
8 changed files with 131 additions and 118 deletions
-1
View File
@@ -11,7 +11,6 @@ use Lucent\Channel\ChannelService;
readonly class AuthMiddleware
{
public function __construct(
private AccountService $accountService,
private AuthService $authService,
private ChannelService $channelService
)