X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=app%2FModels%2FResult.php;h=5b0df0fc9bea728714c6d9d18ad2a730d5bc199a;hb=278c9b9d68b2a5e57068a12b3f7d9611ac42222b;hp=c672a6a780856b1222b5e4e5ac6f7cb7ef93aa6b;hpb=5f5cd2dfa083936ddd293dbcb4925035ffca9990;p=alttp.git diff --git a/app/Models/Result.php b/app/Models/Result.php index c672a6a..5b0df0f 100644 --- a/app/Models/Result.php +++ b/app/Models/Result.php @@ -88,6 +88,7 @@ class Result extends Model protected $casts = [ 'forfeit' => 'boolean', 'time' => 'double', + 'user_id' => 'string', ]; protected $appends = [