Skip to content

Commit

Permalink
Update PermissionSyncCommand.php
Browse files Browse the repository at this point in the history
Creation of dynamic property warning fix for PHP 8.x
  • Loading branch information
ssi-anik authored Feb 11, 2024
1 parent 1d0e459 commit 8deebd5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Commands/PermissionSyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ class PermissionSyncCommand extends Command
*/
protected $policies;

/**
* @var mixed
*/
protected $roleColumn;

/**
* @var UserRepository
*/
Expand Down

0 comments on commit 8deebd5

Please sign in to comment.