Browse Source

Create a new middlware instance instead of filter.

Shouldn't this be middleware?
Jelle Spekken 9 years ago
parent
commit
39f0cd727a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Middleware/Authenticate.php

+ 1 - 1
app/Http/Middleware/Authenticate.php

@@ -15,7 +15,7 @@ class Authenticate
     protected $auth;
     protected $auth;
 
 
     /**
     /**
-     * Create a new filter instance.
+     * Create a new middelware instance.
      *
      *
      * @param  Guard  $auth
      * @param  Guard  $auth
      * @return void
      * @return void