This commit is contained in:
Malibu 2015-03-20 19:37:08 +01:00
parent 72c741fa57
commit d3da88d547
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class GameController extends Controller {
default:
break;
}
$response->withCookie(Cookie::forever('trophee', $values));
Response::make('records')->withCookie(Cookie::forever('trophee', $values));
}
}