diff --git a/Admin/Installer.php b/Admin/Installer.php index 3e922db..7533ae5 100755 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -26,4 +26,11 @@ use phpOMS\Module\InstallerAbstract; */ final class Installer extends InstallerAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; } diff --git a/Admin/Status.php b/Admin/Status.php index 3d9e95b..ccb4a10 100755 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -26,4 +26,11 @@ use phpOMS\Module\StatusAbstract; */ final class Status extends StatusAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; } diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index f37dd64..610fe05 100755 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -26,4 +26,11 @@ use phpOMS\Module\UninstallerAbstract; */ final class Uninstaller extends UninstallerAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; } diff --git a/Admin/Updater.php b/Admin/Updater.php index 1f1d892..5eb1b9d 100755 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -26,4 +26,11 @@ use phpOMS\Module\UpdaterAbstract; */ final class Updater extends UpdaterAbstract { + /** + * Path of the file + * + * @var string + * @since 1.0.0 + */ + public const PATH = __DIR__; } diff --git a/info.json b/info.json index 9cb0b59..6f07d86 100755 --- a/info.json +++ b/info.json @@ -11,8 +11,8 @@ "phpOMS-db": "1.0.0" }, "creator": { - "name": "Orange Management", - "website": "www.spl1nes.com" + "name": "Jingga", + "website": "jingga.app" }, "description": "Investment Management module.", "directory": "InvestmentManagement",