debug for dailychanges

This commit is contained in:
hackerESQ
2024-09-25 20:59:09 -05:00
parent 32fed82772
commit ed4d955507
3 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class DailyChange extends Model
{
return $this->whereHas('portfolio', function ($query) {
$query->whereHas('users', function ($query) {
$query->where('id', auth()->id());
return $query->where('id', auth()->id());
});
});
}