Skip to content

Commit 15f89b2

Browse files
committed
Indenting
1 parent 3464d04 commit 15f89b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ private function buildTree(array $row, InspectedEntityInterface $entity, string
309309

310310
$this->client
311311
->getRepository($join->getEntity()
312-
->getClass())
312+
->getClass())
313313
->fetch($where, [], self::SINGLE)
314314
->toPromise()
315315
->then($resolve, $reject);

0 commit comments

Comments
 (0)