Jacek Kowalski
2026-02-16 68733e1d15a3b3cca8f1dc4e7c78dba1cd756e81
src/UcrmHelper.php
@@ -12,7 +12,7 @@
   function __construct(?string $rootDirectory = NULL) {
      if ($rootDirectory === NULL) {
         $rootDirectory = __DIR__ . '/..';
         $rootDirectory = dirname(__DIR__);
      }
      $this->rootDirectory = $rootDirectory;
   }