Skip to content

Commit

Permalink
Makes roleClass declared private var to stop it being seen as a DB at…
Browse files Browse the repository at this point in the history
…tribute when made dynamically public
  • Loading branch information
mmltonge committed Feb 4, 2020
1 parent 811bbf3 commit 5907ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/Traits/HasRoles.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

trait HasRoles
{
private $roleClass;

/**
* Remove all current roles and set the given ones.
Expand Down

0 comments on commit 5907ccf

Please sign in to comment.