8000 Merge branch 'master' of github.com:laravel/laravel · JustProgrammer/laravel@c92578b · GitHub
[go: up one dir, main page]

Skip to content

Commit c92578b

Browse files
committed
Merge branch 'master' of github.com:laravel/laravel
2 parents 681f80e + 5a1c1bf commit c92578b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/documentation/auth/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ It is common to limit access to certain routes only to logged in users. In Larav
6363

6464
To protect a route, simply attach the **auth** filter:
6565

66-
Route::get('admin', array('before' => 'auth', function() {});
66+
Route::get('admin', array('before' => 'auth', function() {}));
6767

6868
> **Note:** You are free to edit the **auth** filter however you like. A default implementation is located in **application/routes.php**.
6969

0 commit comments

Comments
 (0)
0