mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-02-15 03:58:41 +00:00
fix class names and typos
This commit is contained in:
parent
67ada61771
commit
ba3f62ed67
|
|
@ -1,5 +1,15 @@
|
||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* Orange Management
|
||||||
|
*
|
||||||
|
* PHP Version 8.0
|
||||||
|
*
|
||||||
|
* @package Modules\Accounting\Admin\Install
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 1.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://orange-management.org
|
||||||
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ use phpOMS\Module\UninstallerAbstract;
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Installer extends InstallerAbstract
|
final class Uninstaller extends UninstallerAbstract
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Path of the file
|
* Path of the file
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user