Fixed formatting of almost every file

This commit is contained in:
Nabeel Shahzad
2018-02-20 22:33:09 -06:00
parent c5b6ca53fa
commit ea09a18956
138 changed files with 600 additions and 508 deletions

View File

@@ -9,11 +9,17 @@ class ForgotPasswordController extends Controller
{
use SendsPasswordResetEmails;
/**
* ForgotPasswordController constructor.
*/
public function __construct()
{
$this->middleware('guest');
}
/**
* @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
*/
public function showLinkRequestForm()
{
return $this->view('auth.passwords.email');