Skip to content

Commit df53f79

Browse files
authored
update to protected (#1550)
1 parent a8d3f50 commit df53f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HasProfilePhoto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function deleteProfilePhoto()
5757
*
5858
* @return \Illuminate\Database\Eloquent\Casts\Attribute
5959
*/
60-
public function profilePhotoUrl(): Attribute
60+
protected function profilePhotoUrl(): Attribute
6161
{
6262
return Attribute::get(function (): string {
6363
return $this->profile_photo_path

0 commit comments

Comments
 (0)