Skip to content

Commit 4f17495

Browse files
committed
Run Prettier
1 parent a0b024e commit 4f17495

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Laravel/EloquentBuffer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ public static function load(
7373
$resource->scope($query, $context);
7474

7575
if (
76-
($relationship instanceof ToMany ||
77-
$relationship instanceof ToOne) &&
76+
($relationship instanceof ToMany || $relationship instanceof ToOne) &&
7877
$relationship->scope
7978
) {
8079
($relationship->scope)($relation, $context);

0 commit comments

Comments
 (0)