This commit is contained in:
2025-10-29 01:29:58 +05:00
parent 3fe38d5e26
commit 1499fc531d
6 changed files with 44 additions and 9 deletions

View File

@@ -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.
*