1
0
Fork 0

app/Http/Livewire/Form/AccountForm.php: define $record property

This commit is contained in:
Henrik Hautakoski 2023-03-02 15:47:35 +01:00
parent c2816cb1df
commit 083f0a0c8f

View file

@ -24,6 +24,8 @@ class AccountForm extends Component
public $password_confirmation;
public Admin $record;
protected $validationAttributes = [
'password_current' => 'current password',
'password' => 'new password',