Skip to content

Commit

Permalink
fix: format code style and analyse
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Dec 7, 2024
1 parent 8e554aa commit 543900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @property string $username
* @property array $permissions
* @property string $avatar_url Property for avatar image url
* @property Role $roles
* @property Role|null $roles
*
* @method static Builder|User newModelQuery()
* @method static Builder|User newQuery()
Expand Down

0 comments on commit 543900f

Please sign in to comment.