]> git.localhorst.tv Git - alttp.git/blobdiff - app/Http/Controllers/RoundController.php
open tournament type
[alttp.git] / app / Http / Controllers / RoundController.php
index 596628d072da19ceae60e2c5190d8c2e6c23404d..04e1b865ca0fb3560be7ac9231e5f998b3974897 100644 (file)
@@ -57,7 +57,7 @@ class RoundController extends Controller
 
                RoundChanged::dispatch($round);
 
-               $round->load('results');
+               $round->load(['results', 'results.user']);
 
                return $round->toJson();
        }
@@ -76,7 +76,7 @@ class RoundController extends Controller
 
                RoundChanged::dispatch($round);
 
-               $round->load('results');
+               $round->load(['results', 'results.user']);
 
                return $round->toJson();
        }
@@ -95,7 +95,7 @@ class RoundController extends Controller
 
                RoundChanged::dispatch($round);
 
-               $round->load('results');
+               $round->load(['results', 'results.user']);
 
                return $round->toJson();
        }