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 b304f4e commit f00615fCopy full SHA for f00615f
src/HasProfilePhoto.php
@@ -18,7 +18,7 @@ public function updateProfilePhoto(UploadedFile $photo)
18
tap($this->profile_photo_path, function ($previous) use ($photo) {
19
$this->forceFill([
20
'profile_photo_path' => $photo->storePublicly(
21
- 'profile-photos', $this->profilePhotoDisk()
+ 'profile-photos', ['disk' => $this->profilePhotoDisk()]
22
),
23
])->save();
24
0 commit comments