Skip to content

Commit

Permalink
Fix:fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-fathi committed Jul 17, 2020
1 parent 041448d commit d1cfbee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Tests/ModelFilterMockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ public function testWhereHasWhereInRelationOneNestedModel()

public function testWhereHasInRelationThereNested()
{
//TODO change readme.file just for new feature whereIn in nested models
$builder = new EloquentBuilderTestModelParentStub();

$builder = $builder->whereHas('foo.baz', function ($q) {
Expand Down

0 comments on commit d1cfbee

Please sign in to comment.