From 4e65677a7e25d38783c1bc6bbbbd9e5a05961e37 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 19 May 2023 02:26:10 +0000 Subject: [PATCH] test fixes fleet+expense tests --- Admin/Updater.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Admin/Updater.php b/Admin/Updater.php index 3a2601c..389fc23 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__; }