diff --git a/app/Http/Livewire/RequiredClientInfo.php b/app/Http/Livewire/RequiredClientInfo.php index e57ed1229745..b0296b0b9da1 100644 --- a/app/Http/Livewire/RequiredClientInfo.php +++ b/app/Http/Livewire/RequiredClientInfo.php @@ -65,6 +65,8 @@ class RequiredClientInfo extends Component public $show_form = false; + public function mount() {} + public function handleSubmit(array $data): bool { $rules = [];