Skip to content

Commit

Permalink
update to protected (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
husamAwadhi authored Dec 2, 2024
1 parent a8d3f50 commit df53f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HasProfilePhoto.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function deleteProfilePhoto()
*
* @return \Illuminate\Database\Eloquent\Casts\Attribute
*/
public function profilePhotoUrl(): Attribute
protected function profilePhotoUrl(): Attribute
{
return Attribute::get(function (): string {
return $this->profile_photo_path
Expand Down

0 comments on commit df53f79

Please sign in to comment.