mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Various PSR12 code cleanup
This commit is contained in:
@@ -45,8 +45,8 @@ class CreateController extends Controller
|
||||
function ($request, $next) {
|
||||
app('view')->share('mainTitleIcon', 'fa-bolt');
|
||||
app('view')->share('subTitleIcon', 'fa-plus');
|
||||
app('view')->share('title', (string) trans('firefly.webhooks'));
|
||||
app('view')->share('subTitle', (string) trans('firefly.create_new_webhook'));
|
||||
app('view')->share('title', (string)trans('firefly.webhooks'));
|
||||
app('view')->share('subTitle', (string)trans('firefly.create_new_webhook'));
|
||||
|
||||
return $next($request);
|
||||
}
|
||||
|
Reference in New Issue
Block a user