Skip to content

Commit 1c13630

Browse files
author
mikemix
committed
PSR-0 to PSR-4
1 parent 206ac3b commit 1c13630

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"autoload": {
28-
"psr-0": {
28+
"psr-4": {
2929
"TacticianModule\\": "src/"
3030
}
3131
},
File renamed without changes.

src/TacticianModule/Module.php renamed to src/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ class Module
55
{
66
public function getConfig()
77
{
8-
return require __DIR__ . '/../../config/module.config.php';
8+
return require __DIR__ . '/../config/module.config.php';
99
}
1010
}

0 commit comments

Comments
 (0)