Skip to content

Commit 7b85d3b

Browse files
authored
Apply fixes from StyleCI (#322)
1 parent e36d413 commit 7b85d3b

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, "You are not authorized to perform this action.");
60+
if (is_null($relatedModel)) {
61+
abort(403, 'You are not authorized to perform this action.');
6262
}
6363

6464
$class = get_class($relatedModel);

0 commit comments

Comments
 (0)