mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Remove unused $request variable
This commit is contained in:
parent
16cfdbaa93
commit
4c418bf622
|
@ -54,7 +54,7 @@ class AuthController extends Controller
|
|||
}
|
||||
|
||||
|
||||
function showLoginForm(Request $request)
|
||||
function showLoginForm()
|
||||
{
|
||||
|
||||
// Is the user logged in?
|
||||
|
|
Loading…
Reference in a new issue