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 783643c commit c3afc33Copy full SHA for c3afc33
src/Http/Controllers/ProfileAvatarController.php
@@ -23,7 +23,6 @@ public function __invoke(ProfileAvatarRequest $request)
23
$user->{$request::$userAvatarAttribute} = $path;
24
$user->save();
25
26
-
27
$user->{ProfileAvatarRequest::$userAvatarAttribute} = url($user->{ProfileAvatarRequest::$userAvatarAttribute});
28
29
return $this->response()->data($user);
0 commit comments