Revere commit test

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

View File

@ -43,7 +43,7 @@ use phpOMS\Account\PermissionOwner;
/** /**
* Admin controller class. * 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 * @package Modules\Admin
* @license OMS License 1.0 * @license OMS License 1.0

View File

@ -31,7 +31,7 @@ use phpOMS\Views\View;
final class ConsoleController extends Controller 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 * 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. * here are localization, password, database, etc.