Skip to content

Commit 354457d

Browse files
authored
Merge pull request #55 from kenjis/fix-psalm_autoload
2 parents 2e51075 + 803b59c commit 354457d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

psalm_autoload.php

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
require_once $filePath;
1919
}
2020
}
21+
22+
chdir(__DIR__);

src/Template/psalm_autoload.php

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@
2323
require_once $filePath;
2424
}
2525
}
26+
27+
chdir(__DIR__);

0 commit comments

Comments
 (0)