Laravel + Livewire – Attempt to assign property "id" on null
I have a project with laravel 10.45 and livewire 3. I try to edit an Company but i received this error "Attempt to assign property "id" on null" My method Update.php have a mount method, like bellow /** * @throws…