]> git.localhorst.tv Git - alttp.git/blobdiff - app/Events/ResultChanged.php
open tournament type
[alttp.git] / app / Events / ResultChanged.php
index 4a62d9d5c707f4e0cd857a7043ebc1c6105fec4f..da93768655a1f85845284f935869648d5f36929a 100644 (file)
@@ -23,6 +23,7 @@ class ResultChanged implements ShouldBroadcast
        public function __construct(Result $result)
        {
                $this->result = $result;
+               $result->load('user');
        }
 
        /**