Skip to content

Commit b6e06c2

Browse files
committed
Update FeedService.php
1 parent 0072b2a commit b6e06c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Services/FeedService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class FeedService
1010
{
11-
public static function getAccountFeed($profileId, $limit, $sort)
11+
public static function getAccountFeed($profileId, $limit = 10, $sort = 'Latest')
1212
{
1313
$feed = Video::whereProfileId($profileId)
1414
->whereStatus(2)

0 commit comments

Comments
 (0)