From 3d565bd9b8dd63c5fdd2b70a6f04d47932c84abc Mon Sep 17 00:00:00 2001 From: denisdulici Date: Thu, 2 Jan 2020 15:20:20 +0300 Subject: [PATCH] formatting --- app/Reports/ExpenseSummary.php | 5 +---- app/Reports/IncomeSummary.php | 6 +----- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/app/Reports/ExpenseSummary.php b/app/Reports/ExpenseSummary.php index 2211cf391..b16c60fb4 100644 --- a/app/Reports/ExpenseSummary.php +++ b/app/Reports/ExpenseSummary.php @@ -17,12 +17,9 @@ class ExpenseSummary extends Report 'line' => [ 'width' => '0', 'height' => '300', - 'options' => [ - - 'color' => '#ef3232' + 'color' => '#ef3232', ], - 'backgroundColor' => '#ef3232', 'color' => '#ef3232', ], diff --git a/app/Reports/IncomeSummary.php b/app/Reports/IncomeSummary.php index 63d829eae..2b84757e2 100644 --- a/app/Reports/IncomeSummary.php +++ b/app/Reports/IncomeSummary.php @@ -17,18 +17,14 @@ class IncomeSummary extends Report 'line' => [ 'width' => '0', 'height' => '300', - 'options' => [ - - 'color' => '#328aef' + 'color' => '#328aef', ], - 'backgroundColor' => '#328aef', 'color' => '#328aef', ], ]; - public function getName() { return trans('reports.summary.income');