Skip to content
Snippets Groups Projects
Unverified Commit 2cb05543 authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[usergame] Added missing cast

parent cdf168aa
Branches
Tags
No related merge requests found
......@@ -33,4 +33,8 @@ class UserGame extends Pivot
'rank',
'elo',
];
protected $casts = [
'elo' => 'float'
];
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment