Merge pull request #2045 from shleeable/patch-1

Update FollowerService.php
This commit is contained in:
daniel 2020-02-22 21:01:35 -07:00 committed by GitHub
commit a6d99c3c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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