Skip to content

Commit cd49d81

Browse files
authored
Update auth.php
1 parent a69686c commit cd49d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
| as required, but they're a perfect start for most applications.
1313
|
1414
*/
15-
15+
//grepper laravel guard definition
1616
'defaults' => [
1717
'guard' => env('AUTH_GUARD', 'web'),
1818
'passwords' => env('AUTH_PASSWORD_BROKER', 'users'),
1919
],
20-
20+
//end grepper
2121
/*
2222
|--------------------------------------------------------------------------
2323
| Authentication Guards

0 commit comments

Comments
 (0)