We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807a380 commit 8929d6fCopy full SHA for 8929d6f
app/Services/AccountService.php
@@ -26,7 +26,7 @@ public static function get($id, $grace = true)
26
return (new ProfileResource($profile))->toArray($req);
27
});
28
29
- if($res) {
+ if ($res) {
30
return $res;
31
}
32
0 commit comments