Skip to content

Commit

Permalink
Merge pull request #24 from ojhaujjwal/patch-2
Browse files Browse the repository at this point in the history
Fixed module config path
  • Loading branch information
bakura10 committed Jul 31, 2015
2 parents 59d3cdd + 43d7a25 commit 88e4e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function onBootstrap(EventInterface $event)
*/
public function getConfig()
{
return include __DIR__ . '/../../../config/module.config.php';
return include __DIR__ . '/../../config/module.config.php';
}

/**
Expand Down

0 comments on commit 88e4e04

Please sign in to comment.