mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add redirect for tag thing. See #875
This commit is contained in:
parent
cca29bcdfe
commit
8678f9af65
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user