Skip to content

Commit f3a3be8

Browse files
committed
Fix windows path include
1 parent d85d789 commit f3a3be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ class Module
1111
*/
1212
public function getConfig(): array
1313
{
14-
return include __DIR__ . './../config/module.config.php';
14+
return include __DIR__ . '/../config/module.config.php';
1515
}
1616
}

0 commit comments

Comments
 (0)