Skip to content

Commit 6c69a33

Browse files
committed
Fixes namespace
1 parent 7c57100 commit 6c69a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/stubs/providers/AppServiceProvider.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace App\Providers;
44

55
use Illuminate\Support\ServiceProvider;
6-
use Illuminate\Auth\Middleware\redirectUsing;
6+
use Illuminate\Auth\Middleware\RedirectIfAuthenticated;
77

88
class AppServiceProvider extends ServiceProvider
99
{

0 commit comments

Comments
 (0)