diff --git a/app/Services/FollowerService.php b/app/Services/FollowerService.php index e5dba73fc..4f938c747 100644 --- a/app/Services/FollowerService.php +++ b/app/Services/FollowerService.php @@ -12,8 +12,8 @@ use App\{ class FollowerService { protected $profile; - static $follower_prefix = 'px:profile:followers-v1.3:'; - static $following_prefix = 'px:profile:following-v1.3:'; + public static $follower_prefix = 'px:profile:followers-v1.3:'; + public static $following_prefix = 'px:profile:following-v1.3:'; public static function build() { @@ -68,4 +68,4 @@ class FollowerService { } } -} \ No newline at end of file +}