Skip to content

Commit

Permalink
s/configs/config
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDotPro committed Nov 22, 2011
1 parent 0275948 commit fb403b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ public function getAutoloaderConfig()

public function getConfig($env = null)
{
return include __DIR__ . '/configs/module.config.php';
return include __DIR__ . '/config/module.config.php';
}
}
File renamed without changes.

0 comments on commit fb403b5

Please sign in to comment.