Skip to content

Commit

Permalink
include_filter registered;
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-thomas committed May 30, 2023
1 parent de6af8e commit fa7a926
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

use Hans\Valravn\Services\Filtering\Filters\IncludeFilter;
use Hans\Valravn\Services\Filtering\Filters\LikeFilter;
use Hans\Valravn\Services\Filtering\Filters\OrderFilter;
use Hans\Valravn\Services\Filtering\Filters\OrderPivotFilter;
Expand All @@ -21,6 +22,7 @@
],
'filters' => [
'like_filter' => LikeFilter::class,
'include_filter' => IncludeFilter::class,
'order_filter' => OrderFilter::class,
'order_pivot_filter' => OrderPivotFilter::class,
'where_filter' => WhereFilter::class,
Expand Down

0 comments on commit fa7a926

Please sign in to comment.