Formatting fixes and cleanup.
This commit is contained in:
parent
a1e14a3e60
commit
51fb71e469
41 changed files with 394 additions and 392 deletions
|
|
@ -9,13 +9,13 @@ use App\Http\Controllers\Controller;
|
|||
|
||||
class AuthController extends Controller
|
||||
{
|
||||
/**
|
||||
/**
|
||||
* Show login page
|
||||
*/
|
||||
public function create()
|
||||
{
|
||||
return view('auth.login');
|
||||
}
|
||||
public function create()
|
||||
{
|
||||
return view('auth.login');
|
||||
}
|
||||
|
||||
/**
|
||||
* Destroy an authenticated session.
|
||||
|
|
|
|||
Reference in a new issue