Skip to content

Commit c3afc33

Browse files
authored
Apply fixes from StyleCI (#192)
1 parent 783643c commit c3afc33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Http/Controllers/ProfileAvatarController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public function __invoke(ProfileAvatarRequest $request)
2323
$user->{$request::$userAvatarAttribute} = $path;
2424
$user->save();
2525

26-
2726
$user->{ProfileAvatarRequest::$userAvatarAttribute} = url($user->{ProfileAvatarRequest::$userAvatarAttribute});
2827

2928
return $this->response()->data($user);

0 commit comments

Comments
 (0)