mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 20:38:46 +00:00
Fix #2983
This commit is contained in:
@@ -203,9 +203,6 @@ class BillTransformer extends AbstractTransformer
|
||||
*/
|
||||
protected function payDates(Bill $bill): array
|
||||
{
|
||||
$this->parameters->set('start', Carbon::create(2019, 11, 1));
|
||||
$this->parameters->set('end', Carbon::create(2019, 11, 30));
|
||||
|
||||
Log::debug(sprintf('Now in payDates() for bill #%d', $bill->id));
|
||||
if (null === $this->parameters->get('start') || null === $this->parameters->get('end')) {
|
||||
Log::debug('No start or end date, give empty array.');
|
||||
|
Reference in New Issue
Block a user