We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae8b62 commit 06d7abcCopy full SHA for 06d7abc
laravel/documentation/auth/usage.md
@@ -63,7 +63,7 @@ It is common to limit access to certain routes only to logged in users. In Larav
63
64
To protect a route, simply attach the **auth** filter:
65
66
- Route::get('admin', array('before' => 'auth', function() {});
+ Route::get('admin', array('before' => 'auth', function() {}));
67
68
> **Note:** You are free to edit the **auth** filter however you like. A default implementation is located in **application/routes.php**.
69
0 commit comments