Skip to content

Commit 522f144

Browse files
committed
Fixed localBasePath in valueParsers resource file
1 parent a13f5f1 commit 522f144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/valueParsers/resources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
);
1313

1414
$moduleTemplate = array(
15-
'localBasePath' => __DIR__ . '/src/valueParsers',
15+
'localBasePath' => __DIR__,
1616
'remoteExtPath' => $remoteExtPathParts[1],
1717
);
1818

0 commit comments

Comments
 (0)