From 953df0d2b2b4a9cf730644f750fcdef35f279ff4 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 eb30a43..ef8aa80 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__; }