missing variable
This commit is contained in:
parent
209e4435e1
commit
e5bdb410ae
@ -126,6 +126,7 @@ class Dashboard extends Controller
|
|||||||
$start = Date::parse(request('start', $this->today->startOfYear()->format('Y-m-d')));
|
$start = Date::parse(request('start', $this->today->startOfYear()->format('Y-m-d')));
|
||||||
$end = Date::parse(request('end', $this->today->endOfYear()->format('Y-m-d')));
|
$end = Date::parse(request('end', $this->today->endOfYear()->format('Y-m-d')));
|
||||||
$period = request('period', 'month');
|
$period = request('period', 'month');
|
||||||
|
$range = request('range', 'custom');
|
||||||
|
|
||||||
$start_month = $start->month;
|
$start_month = $start->month;
|
||||||
$end_month = $end->month;
|
$end_month = $end->month;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user