@@ -103,7 +103,7 @@ class SmmPostLog extends EloquentRepository
$rows = $log->where('media_name', 'YouTube')
->where('created_at', '>=', $startOfDay->format('Y-m-d H:i:s'))
- ->count();
+ ->get();
$count = 0;
foreach ($rows as $row) {