We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba599b commit 4b0560bCopy full SHA for 4b0560b
tests/JoinRelationshipExtraConditionsTest.php
@@ -191,7 +191,7 @@ public function test_extra_conditions_with_closure()
191
User::joinRelationship('publishedPosts')->get();
192
193
$this->assertStringContainsString(
194
- 'inner join "posts" on "posts"."user_id" = "users"."id" and "published" = ?',
+ 'inner join "posts" on "posts"."user_id" = "users"."id" and ("published" = ?)',
195
$query
196
);
197
}
0 commit comments