Test commit

This commit is contained in:
Dennis Eichhorn 2018-09-22 15:07:27 +02:00
parent 62cb80973d
commit 3254ebeab1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.