Many new renamed routes that will break half of Firefly.

This commit is contained in:
James Cole
2016-12-05 21:58:23 +01:00
parent d91b9e71d5
commit 6b56c2bf7c
14 changed files with 358 additions and 268 deletions

View File

@@ -108,7 +108,7 @@ class ProfileController extends Controller
Session::flash('success', strval(trans('firefly.password_changed')));
return redirect(route('profile'));
return redirect(route('profile.index'));
}
/**