mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
Fix tests.
This commit is contained in:
@@ -264,7 +264,7 @@ class ReportController extends Controller
|
||||
try {
|
||||
$attributes['startDate'] = Carbon::createFromFormat('Ymd', $attributes['startDate']);
|
||||
} catch (InvalidArgumentException $e) {
|
||||
Log::debug('Not important error message: %s', $e->getMessage());
|
||||
Log::debug(sprintf('Not important error message: %s', $e->getMessage()));
|
||||
$date = new Carbon;
|
||||
$date->startOfMonth();
|
||||
$attributes['startDate'] = $date;
|
||||
|
Reference in New Issue
Block a user