Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit fbbbcd8

Browse files
committed
Update InertiaTable.php
1 parent d53b324 commit fbbbcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/InertiaTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function withGlobalSearch(string $label = null): self
160160
{
161161
return $this->searchInput('global', $label ?: __('Search...'));
162162
}
163-
,
163+
164164
public function searchInput(string $key, string $label = null, string $defaultValue = null): self
165165
{
166166
$this->searchInputs->push(new SearchInput(

0 commit comments

Comments
 (0)