mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-09 23:15:45 -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();
|
||||
View::share('hideTags', true);
|
||||
$this->redirectUri = route('tags.index');
|
||||
|
||||
$this->middleware(
|
||||
function ($request, $next) {
|
||||
|
Loading…
Reference in New Issue
Block a user