From cae0a52e89568f0d54199945e42e59deabcf8cf8 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 22 Feb 2020 19:11:46 +0800 Subject: [PATCH] Update FollowerService.php --- app/Services/FollowerService.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}