Skip to content

Commit da833c0

Browse files
tobyzernergithub-actions[bot]
authored andcommitted
Run Prettier
1 parent b6de018 commit da833c0

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)($query, $context);

0 commit comments

Comments
 (0)