Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan authored Apr 10, 2024
1 parent a50d870 commit 7485188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To use the `Filter` class in your Eloquent models, you need to implement the `Fi
```php
namespace App\Models;

use Filterable\Interface\Filterable as FilterableInterface;
use Filterable\Interfaces\Filterable as FilterableInterface;
use Filterable\Traits\Filterable as FilterableTrait;
use Illuminate\Database\Eloquent\Model;

Expand Down

0 comments on commit 7485188

Please sign in to comment.