We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcff13c commit 548d387Copy full SHA for 548d387
src/SearchableModel.php
@@ -5,6 +5,9 @@
5
use SedpMis\BaseGridQuery\Search\SublimeSearch;
6
use Illuminate\Support\Facades\Schema;
7
8
+/**
9
+ * Deprecated. Use SublimeSearch instead
10
+ */
11
class SearchableModel extends BaseGridQuery
12
{
13
protected $model;
0 commit comments