Skip to content

Commit

Permalink
removed unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
emmadonjo committed Sep 18, 2024
1 parent 078ee9f commit ebfa3a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Install via:

Post::filter($filters)->get();

// filter a posts column with multiple possible values
// filter a post's column with multiple possible values
$filters = ['status' => ['scheduled', 'draft']];

Post::filter($filters)->get();
Expand Down
1 change: 0 additions & 1 deletion tests/FilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Tests;

use Tests\TestCase;
use Tests\Mocks\Post;

class FilterTest extends TestCase
{
Expand Down

0 comments on commit ebfa3a0

Please sign in to comment.