Skip to content

Commit

Permalink
use interface
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Jan 26, 2024
1 parent cf011a6 commit f8c8ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Access/AccessService.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use Lyrasoft\Luna\User\UserEntityInterface;
use Lyrasoft\Luna\User\UserService;
use Windwalker\Authorization\Authorization;
use Windwalker\Authorization\AuthorizationInterface;
use Windwalker\Core\Application\AppClient;
use Windwalker\Core\Application\ApplicationInterface;
use Windwalker\Core\Auth\AuthService;
Expand Down Expand Up @@ -42,7 +43,7 @@ class AccessService

public function __construct(
protected ApplicationInterface $app,
protected Authorization $authorization,
protected AuthorizationInterface $authorization,
protected ORM $orm,
protected Session $session
) {
Expand Down

0 comments on commit f8c8ee6

Please sign in to comment.