Skip to content

Commit

Permalink
missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Nov 5, 2018
1 parent 209e443 commit e5bdb41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/Common/Dashboard.php
Expand Up @@ -126,6 +126,7 @@ private function getCashFlow()
$start = Date::parse(request('start', $this->today->startOfYear()->format('Y-m-d')));
$end = Date::parse(request('end', $this->today->endOfYear()->format('Y-m-d')));
$period = request('period', 'month');
$range = request('range', 'custom');

$start_month = $start->month;
$end_month = $end->month;
Expand Down

0 comments on commit e5bdb41

Please sign in to comment.