Closed flatcapco closed 3 years ago
The first example: $period = Period::make('2021-01-01', '2020-01-31');
Should be: $period = Period::make('2021-01-01', '2021-01-31');
Ie - the end date was before the start date
Feel free to send a PR to fix this 👍
The first example: $period = Period::make('2021-01-01', '2020-01-31');
Should be: $period = Period::make('2021-01-01', '2021-01-31');
Ie - the end date was before the start date