mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update FollowerService.php
This commit is contained in:
parent
80f76eaf14
commit
cae0a52e89
1 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue