]> git.localhorst.tv Git - alttp.git/commitdiff
forgot a cast, whups
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Oct 2022 11:36:30 +0000 (13:36 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Oct 2022 11:36:30 +0000 (13:36 +0200)
app/Models/Result.php

index c672a6a780856b1222b5e4e5ac6f7cb7ef93aa6b..5b0df0fc9bea728714c6d9d18ad2a730d5bc199a 100644 (file)
@@ -88,6 +88,7 @@ class Result extends Model
        protected $casts = [
                'forfeit' => 'boolean',
                'time' => 'double',
+               'user_id' => 'string',
        ];
 
        protected $appends = [