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 a8d3f50 commit df53f79Copy full SHA for df53f79
src/HasProfilePhoto.php
@@ -57,7 +57,7 @@ public function deleteProfilePhoto()
57
*
58
* @return \Illuminate\Database\Eloquent\Casts\Attribute
59
*/
60
- public function profilePhotoUrl(): Attribute
+ protected function profilePhotoUrl(): Attribute
61
{
62
return Attribute::get(function (): string {
63
return $this->profile_photo_path
0 commit comments