Skip to content

Commit

Permalink
Module.php moved
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Asselin committed May 9, 2015
1 parent 8b3357c commit bda06fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"autoload": {
"psr-4": {
"NewReCaptcha\\": "src/NewReCaptcha/"
},
"classmap": [
"Module.php"
]
}
}
}
2 changes: 1 addition & 1 deletion Module.php → src/NewReCaptcha/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class Module implements ConfigProviderInterface
*/
public function getConfig()
{
return include __DIR__ . '/config/module.config.php';
return include __DIR__ . '/../../config/module.config.php';
}
}

0 comments on commit bda06fb

Please sign in to comment.