Skip to content

Commit 47a0a1d

Browse files
committedMar 3, 2020
wip
1 parent ec838c7 commit 47a0a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/AuthRouteMethods.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class AuthRouteMethods
1212
*/
1313
public function auth()
1414
{
15-
return function ($options) {
15+
return function ($options = []) {
1616
// Authentication Routes...
1717
$this->get('login', 'Auth\LoginController@showLoginForm')->name('login');
1818
$this->post('login', 'Auth\LoginController@login');

0 commit comments

Comments
 (0)