Skip to content

Commit

Permalink
Fix typo on MyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
spajxo authored Oct 25, 2023
1 parent 1985892 commit 39324c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resource/MyInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ class MyInfo extends BaseResource
public ?string $lastName;

/** @var string[] */
public array $permission;
public array $permissions;
public ?MyAccount $account;
}

0 comments on commit 39324c0

Please sign in to comment.