This commit is contained in:
Graham Campbell
2014-12-29 23:07:46 +00:00
parent 4d1246dcf6
commit 15861fbf5e
9 changed files with 59 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ class DashUserController extends Controller
{
/**
* Shows the user view.
*
* @return \Illuminate\View\View
*/
public function showUser()
@@ -15,6 +16,7 @@ class DashUserController extends Controller
/**
* Updates the current user.
*
* @return \Illuminate\View\View
*/
public function postUser()