From 57b2a8d459487a3d7a350666956e2dbfcc993a95 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 23 Aug 2019 06:03:40 +0200 Subject: [PATCH] Add a note --- app/Http/Controllers/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php index f676ee4192..afb509c27f 100644 --- a/app/Http/Controllers/Controller.php +++ b/app/Http/Controllers/Controller.php @@ -55,7 +55,7 @@ class Controller extends BaseController public function __construct() { // for transaction lists: - app('view')->share('hideBudgets', false); + app('view')->share('hideBudgets', false); // TODO add a comma when PHP7.3 hits so everybody will notice it. app('view')->share('hideCategories', false); app('view')->share('hideBills', false); app('view')->share('hideTags', false);