Skip to content

Commit

Permalink
Fix Filter namespace in Filterable package
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Apr 12, 2024
1 parent d093660 commit aa026aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Filterable/Interfaces/Filter.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?php

namespace Filterable;
namespace Filterable\Interfaces;

use Closure;
use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Contracts\Cache\Repository as Cache;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Http\Request;

// phpcs:disable
/**
Expand Down

0 comments on commit aa026aa

Please sign in to comment.