There was an error while loading. Please reload this page.
1 parent 0072b2a commit b6e06c2Copy full SHA for b6e06c2
1 file changed
app/Services/FeedService.php
@@ -8,7 +8,7 @@
8
9
class FeedService
10
{
11
- public static function getAccountFeed($profileId, $limit, $sort)
+ public static function getAccountFeed($profileId, $limit = 10, $sort = 'Latest')
12
13
$feed = Video::whereProfileId($profileId)
14
->whereStatus(2)
0 commit comments