Controller Permission

This commit is contained in:
2021-08-14 21:44:41 +02:00
parent fdf7e89afe
commit 9b153dacd8
3 changed files with 9 additions and 3 deletions
+2
View File
@@ -9,6 +9,8 @@ class Playground extends Controller
parent::__construct();
}
public $requiredPermissions = ['germanairlinesva.graphql.master'];
public function index()
{
$this->pageTitle = 'germanairlinesva.graphql::lang.menu.playground';