Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit c9de805

Browse files
committed
Fix failing tests
1 parent 8457034 commit c9de805

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Stubs/Model.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
class Model extends \Illuminate\Database\Eloquent\Model
99
{
1010
use Searchable, SoftDeletes;
11+
12+
public static function bootSearchable()
13+
{
14+
// do nothing
15+
}
1116
}

0 commit comments

Comments
 (0)