mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 00:31:21 +00:00
Small code change for controllers.
This commit is contained in:
@@ -53,8 +53,8 @@ class HomeController extends Controller
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
View::share('title', 'Firefly III');
|
||||
View::share('mainTitleIcon', 'fa-fire');
|
||||
app('view')->share('title', 'Firefly III');
|
||||
app('view')->share('mainTitleIcon', 'fa-fire');
|
||||
$this->middleware(IsLimitedUser::class)->except(['dateRange', 'index']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user