Pārlūkot izejas kodu

Update HomeTimelineService

Daniel Supernault 1 gadu atpakaļ
vecāks
revīzija
115a9d2dec
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      app/Services/HomeTimelineService.php

+ 1 - 0
app/Services/HomeTimelineService.php

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