wip
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace App\Modules\UserAdjustments\Traits;
|
||||
|
||||
use Spatie\Permission\Traits\HasRoles;
|
||||
|
||||
/**
|
||||
* @property string $username [unique]
|
||||
* @property string|null $first_name
|
||||
@@ -15,6 +17,8 @@ namespace App\Modules\UserAdjustments\Traits;
|
||||
*/
|
||||
trait UserAdjustments
|
||||
{
|
||||
use HasRoles;
|
||||
|
||||
/**
|
||||
* Get the attributes that should be cast.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user