File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ public static function form(Form $form): Form
3131 ->schema (function ($ livewire ) {
3232 $ livewire = $ livewire ;
3333
34- <<<<<<< HEAD
3534 $ formFields = $ livewire ->getFormFields ();
3635
3736 return array_merge ([
@@ -56,18 +55,6 @@ public static function form(Form $form): Form
5655 ->live (debounce: 500 ),
5756 ], $ formFields );
5857 });
59- =======
60- Forms \Components \TextInput::make ('password ' )
61- ->password ()
62- ->label (__ ('Password ' ))
63- ->revealable (Filament::arePasswordsRevealable ())
64- ->rule (Password::default ())
65- ->autocomplete ('new-password ' )
66- ->dehydrated (fn ($ state ): bool => filled ($ state ))
67- ->dehydrateStateUsing (fn ($ state ): string => Hash::make ($ state ))
68- ->live (debounce: 500 ),
69- ]);
70- >>>>>>> b4ca8e6041979a6d83cd9392ccaefac7790d2916
7158 }
7259
7360 public static function table (Table $ table ): Table
You can’t perform that action at this time.
0 commit comments