Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte authored and github-actions[bot] committed Jun 21, 2024
1 parent 3d248f8 commit 5147997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Contracts/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @property string|null $guard_name
*
* @mixin \Spatie\Permission\Models\Permission
*
* @phpstan-require-extends \Spatie\Permission\Models\Permission
*/
interface Permission
Expand Down
1 change: 1 addition & 0 deletions src/Contracts/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @property string|null $guard_name
*
* @mixin \Spatie\Permission\Models\Role
*
* @phpstan-require-extends \Spatie\Permission\Models\Role
*/
interface Role
Expand Down

0 comments on commit 5147997

Please sign in to comment.