Various code cleanup.

This commit is contained in:
James Cole
2017-11-18 05:46:19 +01:00
parent 573e72f7fb
commit 0812901745
7 changed files with 15 additions and 3 deletions

View File

@@ -260,6 +260,7 @@ class ProfileController extends Controller
* @param string $token
* @param string $hash
*
* @return \Illuminate\Http\RedirectResponse|\Illuminate\Routing\Redirector
* @throws FireflyException
*/
public function undoEmailChange(string $token, string $hash)