This commit is contained in:
2025-10-29 02:00:03 +05:00
parent 61f45de617
commit 9ba3a6e623
5 changed files with 73 additions and 6 deletions

View File

@@ -3,7 +3,6 @@
namespace App\Modules\UserAdjustments\Traits;
use Spatie\Permission\Traits\HasRoles;
use Filament\Panel;
/**
* @property string $username [unique]
@@ -19,6 +18,7 @@ use Filament\Panel;
trait UserAdjustments
{
use HasRoles;
use RoleCheckers;
/**
* Get the attributes that should be cast.