Skip to content

Commit

Permalink
Refactor src and test for psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed May 31, 2021
1 parent 5bbe403 commit 8ed819e
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"squizlabs/php_codesniffer": "^3.4"
},
"autoload": {
"psr-0": {
"psr-4": {
"LmcCors\\": "src/"
}
},
"autoload-dev": {
"psr-0": {
"psr-4": {
"LmcCorsTest\\": "tests/"
}
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/LmcCors/Module.php → src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ public function onBootstrap(EventInterface $event)
*/
public function getConfig()
{
return include __DIR__ . '/../../config/module.config.php';
return include __DIR__ . '/../config/module.config.php';
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8ed819e

Please sign in to comment.