X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FModels%2FProtocol.php;fp=app%2FModels%2FProtocol.php;h=ddbc441d40a12fe185fe82ac7f52ce9358b7a21f;hb=812a270c7a410461e931394496512d36b34ef7b5;hp=8adc5456474352562c4cbbb36503dacc2cf8e5ca;hpb=6eaecc8c176f85f1f494906fb796275a74c8dff2;p=alttp.git diff --git a/app/Models/Protocol.php b/app/Models/Protocol.php index 8adc545..ddbc441 100644 --- a/app/Models/Protocol.php +++ b/app/Models/Protocol.php @@ -65,6 +65,7 @@ class Protocol extends Model protected static function resultMemo(Result $result) { return [ 'id' => $result->id, + 'forfeit' => $result->forfeit, 'time' => $result->time, ]; }