This commit is contained in:
Malibu 2015-03-20 19:40:22 +01:00
commit 5179e3aaee
1 changed files with 1 additions and 1 deletions

View File

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