Skip to content

Commit 851ac11

Browse files
committed
php cs
1 parent 63f99c3 commit 851ac11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Livewire/LiveOrderForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function updatedOrganisationId($value)
5454
{
5555
if ($organisation = Organisation::find($value)) {
5656
$this->organisation_name = $organisation->name;
57-
}
57+
}
5858
}
5959

6060
public function getClientOrganisations()

0 commit comments

Comments
 (0)