Merge pull request #2204 from mmeyer2k/patch-1

Fixed very minor typo in auth.php
This commit is contained in:
Taylor Otwell 2013-10-29 14:58:29 -07:00
commit 8084e3526a
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
|--------------------------------------------------------------------------
|
| This option controls the authentication driver that will be utilized.
| This drivers manages the retrieval and authentication of the users
| This driver manages the retrieval and authentication of the users
| attempting to get access to protected areas of your application.
|
| Supported: "database", "eloquent"
@ -68,4 +68,4 @@
),
);
);