fix user resource

This commit is contained in:
2025-10-12 18:35:44 +02:00
parent fd2fea478f
commit 526e9ad909
2 changed files with 6 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ use Filament\Forms\Components\DateTimePicker;
use Filament\Forms\Components\TextInput;
use Filament\Forms\Components\MultiSelect;
use Filament\Schemas\Schema;
use Illuminate\Support\Facades\Hash;
class UserForm
{