mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Add redirect for tag thing. See #875
This commit is contained in:
@@ -53,6 +53,7 @@ class TagController extends Controller
|
|||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
View::share('hideTags', true);
|
View::share('hideTags', true);
|
||||||
|
$this->redirectUri = route('tags.index');
|
||||||
|
|
||||||
$this->middleware(
|
$this->middleware(
|
||||||
function ($request, $next) {
|
function ($request, $next) {
|
||||||
|
Reference in New Issue
Block a user