Skip to content

Commit b8657e3

Browse files
committed
formatting
1 parent 5a5c0cf commit b8657e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Passport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ public static function actingAsClient($client, $scopes = [])
421421

422422
$token->client_id = $client->id;
423423
$token->setRelation('client', $client);
424+
424425
$token->scopes = $scopes;
425426

426427
$mock = Mockery::mock(ResourceServer::class);

0 commit comments

Comments
 (0)