From 1fa3fdddd0851e3da4132428fa394ce38f3fd351 Mon Sep 17 00:00:00 2001 From: Gogs Date: Wed, 2 Jun 2021 17:38:24 +0200 Subject: [PATCH] Page Title --- controllers/Playground.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controllers/Playground.php b/controllers/Playground.php index 865e386..8ba7051 100644 --- a/controllers/Playground.php +++ b/controllers/Playground.php @@ -14,5 +14,7 @@ class Playground extends Controller public function index() { + $this->pageTitle = 'germanairlinesva.graphql::lang.menu.playground'; + $this->pageTitleTemplate = '%s ' . trans($this->pageTitle); } }