mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Various nestor-related fixes.
This commit is contained in:
@@ -94,7 +94,7 @@ class ReconcileController extends Controller
|
||||
|
||||
// get start and end
|
||||
|
||||
if (null === $start && null === $end) {
|
||||
if (!$start instanceof Carbon && !$end instanceof Carbon) {
|
||||
/** @var Carbon $start */
|
||||
$start = clone session('start', app('navigation')->startOfPeriod(new Carbon(), $range));
|
||||
|
||||
|
Reference in New Issue
Block a user