From 6722b10051aeb3c39b07f73f4976695ed2e4f982 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 2 Dec 2015 18:24:00 +0000 Subject: [PATCH] Fixed typo --- app/Http/Middleware/Authenticate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index 538220fb..a5ef9c69 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -15,7 +15,7 @@ class Authenticate protected $auth; /** - * Create a new middelware instance. + * Create a new middleware instance. * * @param Guard $auth * @return void