We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec838c7 commit 47a0a1dCopy full SHA for 47a0a1d
src/AuthRouteMethods.php
@@ -12,7 +12,7 @@ class AuthRouteMethods
12
*/
13
public function auth()
14
{
15
- return function ($options) {
+ return function ($options = []) {
16
// Authentication Routes...
17
$this->get('login', 'Auth\LoginController@showLoginForm')->name('login');
18
$this->post('login', 'Auth\LoginController@login');
0 commit comments