Changeset 0a1fb54 for app/Http/Middleware/Authenticate.php
- Timestamp:
- 11/23/21 22:01:52 (3 years ago)
- Branches:
- master
- Children:
- dbc5976
- Parents:
- 4d73966
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/Http/Middleware/Authenticate.php
r4d73966 r0a1fb54 16 16 { 17 17 if (! $request->expectsJson()) { 18 return route('auth. loginShow');18 return route('auth.showLogin'); 19 19 } 20 20 }
Note:
See TracChangeset
for help on using the changeset viewer.