浏览代码

Update FollowerService.php

Shlee 5 年之前
父节点
当前提交
cae0a52e89
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/Services/FollowerService.php

+ 3 - 3
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 {
 		}
 	}
 
-}
+}