소스 검색

Update HomeTimelineService

Daniel Supernault 1 년 전
부모
커밋
115a9d2dec
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Services/HomeTimelineService.php

+ 1 - 0
app/Services/HomeTimelineService.php

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