Skip to content

Instantly share code, notes, and snippets.

View armadeas's full-sized avatar
💭
I may be slow to respond.

Armadeas Wijaya armadeas

💭
I may be slow to respond.
View GitHub Profile
@armadeas
armadeas / SearchBuilderScope.php
Last active May 9, 2024 00:30
Yajra\DataTables\Contracts\DataTableScope for SearchBuilder
<?php
namespace App\DataTables\Scopes;
//use Debugbar;
use Yajra\DataTables\Contracts\DataTableScope;
//use App\Models\Concerns\SearchBuilder;
class SearchBuilderScope implements DataTableScope