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