1
0
Fork 0

Update HomeTimelineService

This commit is contained in:
Daniel Supernault 2023-11-12 22:45:09 -07:00
parent 73cb8b43b3
commit 115a9d2dec
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ use App\Status;
class HomeTimelineService
{
const CACHE_KEY = 'pf:services:timeline:home:';
const FOLLOWER_FEED_POST_LIMIT = 10;
public static function get($id, $start = 0, $stop = 10)
{