Skip to content

Commit 1bbd463

Browse files
committed
client with permitted scopes join fix
1 parent 4ba13ae commit 1bbd463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Repositories/ClientRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function getClientEntity(
2323
->cache(function () use ($clientIdentifier, $grantType, $mustValidateGrant) {
2424

2525
$query = Client::find()
26-
->innerJoinWith(['permittedScopes']);
26+
->with(['permittedScopes']);
2727

2828
if ($mustValidateGrant === true) {
2929
$query->grant($grantType);

0 commit comments

Comments
 (0)