Skip to content

Commit 9e86db8

Browse files
committed
Props
1 parent 9202622 commit 9e86db8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Services/Search/SearchService.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
use Illuminate\Database\Eloquent\Builder;
99
use Illuminate\Database\Eloquent\Model;
1010

11+
/**
12+
* Class SearchService
13+
*
14+
* Props to @Koenster for contribution
15+
*
16+
* @package Binaryk\LaravelRestify\Services\Search
17+
*/
1118
class SearchService extends Searchable
1219
{
1320
/**

0 commit comments

Comments
 (0)