Skip to content

Commit 8084e35

Browse files
committed
Merge pull request laravel#2204 from mmeyer2k/patch-1
Fixed very minor typo in auth.php
2 parents 1d9d577 + d0dea29 commit 8084e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/auth.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|--------------------------------------------------------------------------
99
|
1010
| This option controls the authentication driver that will be utilized.
11-
| This drivers manages the retrieval and authentication of the users
11+
| This driver manages the retrieval and authentication of the users
1212
| attempting to get access to protected areas of your application.
1313
|
1414
| Supported: "database", "eloquent"
@@ -68,4 +68,4 @@
6868

6969
),
7070

71-
);
71+
);

0 commit comments

Comments
 (0)