Skip to content

Commit 8dca0e0

Browse files
committed
Merge branch 'develop' of https://github.com/rappasoft/laravel-livewire-tables into develop
# Conflicts: # src/Traits/Search.php
2 parents c6614d5 + af6876d commit 8dca0e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Traits/Search.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@ trait Search
4040
public $search = '';
4141

4242
/**
43-
* A button to clear the search box
43+
* A button to clear the search box.
4444
*
4545
* @var bool
4646
*/
4747
public $clearSearchButton = false;
4848

4949
/**
50-
* The classes to apply to the clear search box button
50+
* Class to apply to the clear button
5151
*
5252
* @var string
5353
*/
5454
public $clearSearchButtonClass = 'btn btn-outline-dark';
5555

5656
/**
57-
* Resets the search string
57+
* Resets the search string.
5858
*/
59-
public function clearSearch() : void
59+
public function clearSearch(): void
6060
{
6161
$this->search = '';
6262
}

0 commit comments

Comments
 (0)