Update UserController.php

This commit is contained in:
Nabeel Shahzad 2020-10-06 19:26:52 -04:00
parent 365e33f5f8
commit 24aca506fc

View File

@ -128,7 +128,7 @@ class UserController extends Controller
*/
public function show($id)
{
$this->edit($id);
return $this->edit($id);
}
/**