Add lots of debug.

This commit is contained in:
James Cole
2020-01-09 19:52:47 +01:00
parent 7362a36a98
commit f78729fc8a
2 changed files with 17 additions and 5 deletions

View File

@@ -411,6 +411,7 @@ class BillRepository implements BillRepositoryInterface
*/
public function getPaidDatesInRange(Bill $bill, Carbon $start, Carbon $end): Collection
{
Log::debug('Now in getPaidDatesInRange()');
return $bill->transactionJournals()
->before($end)->after($start)->get(
[