Skip to content

Commit 8929d6f

Browse files
committed
Lint
1 parent 807a380 commit 8929d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/AccountService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static function get($id, $grace = true)
2626
return (new ProfileResource($profile))->toArray($req);
2727
});
2828

29-
if($res) {
29+
if ($res) {
3030
return $res;
3131
}
3232

0 commit comments

Comments
 (0)