Skip to content

Commit abbc0a8

Browse files
author
Luca Degasperi
committed
Merge pull request #10 from thylo/patch-3
Typo fix : Added a semicolon
2 parents fc37daf + 8faa6cf commit abbc0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Route::get('/oauth/authorize', array('before' => 'check-authorization-params|aut
9999
Route::post('/oauth/authorize', array('before' => 'check-authorization-params|auth|csrf', function()
100100
{
101101
// get the data from the check-authorization-params filter
102-
$params = Session::get('authorize-params')
102+
$params = Session::get('authorize-params');
103103

104104
// get the user id
105105
$params['user_id'] = Auth::user()->id;

0 commit comments

Comments
 (0)