Fixed redirects with “cachet_redirect” helper

This commit is contained in:
Davide Bellini
2016-10-13 09:51:44 +02:00
parent aff834cac0
commit 05f93e16e8
13 changed files with 83 additions and 62 deletions

View File

@@ -82,7 +82,7 @@ class DashboardController extends Controller
*/
public function redirectAdmin()
{
return cachet_route('dashboard');
return cachet_redirect('dashboard');
}
/**