From d8b76bdfd246ccd1d13b01203d91e40af3f78030 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 20 May 2016 11:59:54 +0200 Subject: [PATCH] Code cleanup [skip ci] --- app/Console/Commands/UpgradeFireflyInstructions.php | 8 ++++++++ app/Console/Commands/VerifyDatabase.php | 8 ++++++++ app/Events/Event.php | 8 ++++++++ app/Events/TransactionJournalUpdated.php | 8 ++++++++ app/Exceptions/FireflyException.php | 8 ++++++++ app/Exceptions/Handler.php | 8 ++++++++ app/Exceptions/ValidationException.php | 8 ++++++++ .../Chart/Account/ChartJsAccountChartGenerator.php | 8 ++++++++ app/Generator/Chart/Bill/ChartJsBillChartGenerator.php | 3 ++- .../Chart/Budget/ChartJsBudgetChartGenerator.php | 8 ++++++++ .../Chart/Category/ChartJsCategoryChartGenerator.php | 8 ++++++++ .../Chart/PiggyBank/ChartJsPiggyBankChartGenerator.php | 8 ++++++++ .../Chart/Report/ChartJsReportChartGenerator.php | 8 ++++++++ 13 files changed, 98 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/UpgradeFireflyInstructions.php b/app/Console/Commands/UpgradeFireflyInstructions.php index 387e0b087c..4535d17a7f 100644 --- a/app/Console/Commands/UpgradeFireflyInstructions.php +++ b/app/Console/Commands/UpgradeFireflyInstructions.php @@ -1,4 +1,12 @@