Update FollowerService.php

pull/2045/head
Shlee 5 years ago committed by GitHub
parent 80f76eaf14
commit cae0a52e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {
}
}
}
}

Loading…
Cancel
Save