Skip to content

Commit

Permalink
Merge pull request #20 from vrkansagara/patch-2
Browse files Browse the repository at this point in the history
correct config folder path
  • Loading branch information
weierophinney authored Dec 10, 2021
2 parents 528a119 + 9712926 commit 79d443b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static function normalizeCacheKey(string $key): string
*/
public function getConfig(): array
{
return include __DIR__ . '/config/module.config.php';
return include __DIR__ . '/../config/module.config.php';
}

/**
Expand Down

0 comments on commit 79d443b

Please sign in to comment.