Skip to content

Commit e1e76a5

Browse files
committed
Fix, add $searchableColumn property
1 parent 6284311 commit e1e76a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SearchableModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ class SearchableModel extends BaseGridQuery
99
{
1010
protected $model;
1111

12+
protected $searchableColumns;
13+
1214
public function __construct($model, $query = null, $searchableColumns = ['*'])
1315
{
1416
$this->model = $model;

0 commit comments

Comments
 (0)