]> git.localhorst.tv Git - alttp.git/blobdiff - app/Http/Controllers/UserController.php
random comments on profile page
[alttp.git] / app / Http / Controllers / UserController.php
index 4bf2bb30324cf88c73c4b0225123de81793f1e7d..01b8f06fabeec18bdea89117806b9aea0c39f866 100644 (file)
@@ -70,6 +70,7 @@ class UserController extends Controller
        public function single(Request $request, $id) {
                $user = User::findOrFail($id);
                $this->authorize('view', $user);
+               $user->append('random_quote');
                $user->load('participation');
                $user->load('participation.tournament');
                $user->loadCount('round_first');