mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-16 09:48:41 +00:00
Remove unused parameter from install
This commit is contained in:
parent
3714872918
commit
0ba623c9a9
|
|
@ -29,5 +29,4 @@ use phpOMS\Module\InfoManager;
|
||||||
*/
|
*/
|
||||||
class Installer extends InstallerAbstract
|
class Installer extends InstallerAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$moduleRoutes = [];
|
return [];
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$moduleRoutes = [];
|
return [];
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,9 @@
|
||||||
* @link http://website.orange-management.de
|
* @link http://website.orange-management.de
|
||||||
*/
|
*/
|
||||||
return ['Navigation' => [
|
return ['Navigation' => [
|
||||||
'List' => 'List',
|
'Dashboard' => 'Dashboard',
|
||||||
'Exchange' => 'Exchange',
|
'Exchange' => 'Exchange',
|
||||||
|
'Export' => 'Export',
|
||||||
|
'Import' => 'Import',
|
||||||
|
'Setup' => 'Setup',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
<?php
|
|
||||||
/**
|
|
||||||
* Orange Management
|
|
||||||
*
|
|
||||||
* PHP Version 7.2
|
|
||||||
*
|
|
||||||
* @package TBD
|
|
||||||
* @copyright Dennis Eichhorn
|
|
||||||
* @license OMS License 1.0
|
|
||||||
* @version 1.0.0
|
|
||||||
* @link http://website.orange-management.de
|
|
||||||
*/
|
|
||||||
$MODLANG[1] = [
|
|
||||||
'i:ModuleInstalled' => 'Installation of the module {$1} was successful.',
|
|
||||||
];
|
|
||||||
Loading…
Reference in New Issue
Block a user