From 3254ebeab1622d763a46c93e0004b3ad773db794 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 22 Sep 2018 15:07:27 +0200 Subject: [PATCH] Test commit --- Controller/ApiController.php | 2 +- Controller/ConsoleController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 076d7d2..48e3128 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -43,7 +43,7 @@ use phpOMS\Account\PermissionOwner; /** * Admin controller class. * - * This class is responsible for the basic admin activities such as managing accounts, groups, permissions and modules. + * This class is responsible for the basic admin activities such as managing accounts, groups, permissions and modules * * @package Modules\Admin * @license OMS License 1.0 diff --git a/Controller/ConsoleController.php b/Controller/ConsoleController.php index d9d9d5a..a042153 100644 --- a/Controller/ConsoleController.php +++ b/Controller/ConsoleController.php @@ -31,7 +31,7 @@ use phpOMS\Views\View; final class ConsoleController extends Controller { /** - * Method which generates the general settings view. + * Method which generates the general settings view * * In this view general settings for the entire application can be seen and adjusted. Settings which can be modified * here are localization, password, database, etc.