Skip to content

Commit bbe21b4

Browse files
authored
Apply fixes from StyleCI (#321)
1 parent 9942175 commit bbe21b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Fields/EagerField.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public function resolve($repository, $attribute = null)
5757
->allowToShow(app(Request::class))
5858
->eagerState();
5959
} catch (AuthorizationException $e) {
60-
if(is_null($relatedModel)) {
61-
abort(403, "Related model is null.");
60+
if (is_null($relatedModel)) {
61+
abort(403, 'Related model is null.');
6262
}
6363

6464
$class = get_class($relatedModel);

0 commit comments

Comments
 (0)