mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 10:53:31 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -79,7 +79,7 @@ class EditController extends Controller
|
||||
}
|
||||
session()->forget('object-groups.edit.fromUpdate');
|
||||
|
||||
return prefixView('object-groups.edit', compact('subTitle', 'subTitleIcon', 'objectGroup'));
|
||||
return view('object-groups.edit', compact('subTitle', 'subTitleIcon', 'objectGroup'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user