From d0dea29df38789c1765e1d6df87892d02d3d664a Mon Sep 17 00:00:00 2001 From: Michael Meyer Date: Wed, 24 Jul 2013 08:34:30 -0500 Subject: [PATCH] Fixed very minor typo --- app/config/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/auth.php b/app/config/auth.php index 62ea9c3d..86353dc2 100644 --- a/app/config/auth.php +++ b/app/config/auth.php @@ -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" @@ -60,4 +60,4 @@ ), -); \ No newline at end of file +);