Commit 8084e352 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2204 from mmeyer2k/patch-1

Fixed very minor typo in auth.php
parents 1d9d577f d0dea29d
...@@ -8,7 +8,7 @@ return array( ...@@ -8,7 +8,7 @@ return array(
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| This option controls the authentication driver that will be utilized. | 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. | attempting to get access to protected areas of your application.
| |
| Supported: "database", "eloquent" | Supported: "database", "eloquent"
...@@ -68,4 +68,4 @@ return array( ...@@ -68,4 +68,4 @@ return array(
), ),
); );
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment