We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f99c3 commit 851ac11Copy full SHA for 851ac11
src/Http/Livewire/LiveOrderForm.php
@@ -54,7 +54,7 @@ public function updatedOrganisationId($value)
54
{
55
if ($organisation = Organisation::find($value)) {
56
$this->organisation_name = $organisation->name;
57
- }
+ }
58
}
59
60
public function getClientOrganisations()
0 commit comments