Implemented new link thing.

This commit is contained in:
James Cole
2019-07-20 06:47:34 +02:00
parent 63832b31f8
commit 6d34cfb940
15 changed files with 581 additions and 390 deletions

View File

@@ -33,7 +33,8 @@ class EditController extends Controller
{
/**
* SingleController constructor.
* EditController constructor.
* @codeCoverageIgnore
*/
public function __construct()
{
@@ -48,7 +49,7 @@ class EditController extends Controller
// some useful repositories:
$this->middleware(
function ($request, $next) {
static function ($request, $next) {
app('view')->share('title', (string)trans('firefly.transactions'));
app('view')->share('mainTitleIcon', 'fa-repeat');