Skip to content

Commit 2d6a377

Browse files
authored
Update AuthRouteMethods.php
1 parent c1c548f commit 2d6a377

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
@@ -15,7 +15,7 @@ public function auth()
1515
return function ($options = []) {
1616
$namespace = class_exists($this->prependGroupNamespace('Auth\LoginController')) ? null : 'App\Http\Controllers';
1717

18-
$this->group(['namespace' => $namespace], function() {
18+
$this->group(['namespace' => $namespace], function() use($options) {
1919
// Login Routes...
2020
if ($options['login'] ?? true) {
2121
$this->get('login', 'Auth\LoginController@showLoginForm')->name('login');

0 commit comments

Comments
 (0)