Skip to content

Commit 39f0cd7

Browse files
committed
Create a new middlware instance instead of filter.
Shouldn't this be middleware?
1 parent 90b6578 commit 39f0cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/Authenticate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Authenticate
1515
protected $auth;
1616

1717
/**
18-
* Create a new filter instance.
18+
* Create a new middelware instance.
1919
*
2020
* @param Guard $auth
2121
* @return void

0 commit comments

Comments
 (0)