Explorar o código

Update HomeTimelineService

Daniel Supernault hai 1 ano
pai
achega
115a9d2dec
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)
     {