]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/Participant.php
allow setting seeds
[alttp.git] / app / Models / Participant.php
index 36ab3cf305e18ff1d2992ae106b6bb4117c3810b..c2a8d8ab861525c1bdedfa7b75a1e420613e5d80 100644 (file)
@@ -17,4 +17,8 @@ class Participant extends Model
                return $this->belongsTo(User::class);
        }
 
+       protected $with = [
+               'user',
+       ];
+
 }