Skip to content

Commit

Permalink
fix: set as public visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Dec 18, 2024
1 parent cba4277 commit ce2df44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UserResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public function toArray(): array
*
* @return mixed|null
*/
private function getAttribute(string $key)
public function getAttribute(string $key)
{
return $this->attributes[$key] ?? null;
}
Expand Down

0 comments on commit ce2df44

Please sign in to comment.