Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shin1x1 committed Apr 16, 2015
1 parent a425f51 commit 0c825ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Kernel extends HttpKernel
'auth' => 'App\Http\Middleware\Authenticate',
'auth.basic' => 'Illuminate\Auth\Middleware\AuthenticateWithBasicAuth',
'guest' => 'App\Http\Middleware\RedirectIfAuthenticated',
'Shin1x1\ForceSecureUrlScheme\ForceSecureUrlScheme', // <---added
'force_secure_url_scheme' => 'Shin1x1\ForceSecureUrlScheme\ForceSecureUrlScheme', // <---added
];
}
```
Expand Down

0 comments on commit 0c825ab

Please sign in to comment.