mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-18 11:03:17 +00:00
Update StatusService.php
This commit is contained in:
parent
543d83e7ed
commit
56c07b7abd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use League\Fractal\Serializer\ArraySerializer;
|
||||||
|
|
||||||
class StatusService
|
class StatusService
|
||||||
{
|
{
|
||||||
const CACHE_KEY = 'pf:services:status:';
|
const CACHE_KEY = 'pf:services:status:v1:';
|
||||||
|
|
||||||
public static function key($id, $publicOnly = true)
|
public static function key($id, $publicOnly = true)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue