Skip to content

Commit

Permalink
Merge pull request #69 from joelbutcher/analysis-RvJBJp
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
joelbutcher authored Feb 4, 2021
2 parents 68db04e + 7582d92 commit 3ea3592
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __invoke(Request $request)
if (is_callable([$user, 'setProfilePhotoFromUrl']) && ! is_null($account->avatar_path)) {
$user->setProfilePhotoFromUrl($account->avatar_path);
}

return back(303);
}
}
}

0 comments on commit 3ea3592

Please sign in to comment.