8000
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.
2 parents 681f80e + 5a1c1bf commit c92578bCopy full SHA for c92578b
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