Add redirect for tag thing. See #875

This commit is contained in:
James Cole
2017-09-29 16:54:23 +02:00
parent cca29bcdfe
commit 8678f9af65

View File

@@ -53,6 +53,7 @@ class TagController extends Controller
{
parent::__construct();
View::share('hideTags', true);
$this->redirectUri = route('tags.index');
$this->middleware(
function ($request, $next) {