From 28c91c072b2dd4f9d7024367059d43e4ff621d15 Mon Sep 17 00:00:00 2001 From: moreamazingnick Date: Mon, 6 May 2024 17:20:16 +0200 Subject: [PATCH] Fix PHP Codestyle --- configuration.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.php b/configuration.php index 8572e461..96f1d643 100644 --- a/configuration.php +++ b/configuration.php @@ -32,6 +32,7 @@ 'url' => 'config/backend' )); -$this->providePermission('config/x509', +$this->providePermission( + 'config/x509', $this->translate('allow to create/update jobs/schedules/snis if permission config/* is missing') );