Skip to content

Commit

Permalink
Fix psr-4 autoload map for app namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 committed Aug 28, 2024
1 parent 315c583 commit 9bd94bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"autoload-dev": {
"psr-4": {
"ToneflixCode\\ResourceModifier\\Tests\\": "tests",
"ToneflixCode\\ResourceModifier\\Tests\\App\\": "app",
"ToneflixCode\\ResourceModifier\\Tests\\App": "tests/app",
"ToneflixCode\\ResourceModifier\\Tests\\Database\\Factories\\": "tests/database/factories"
}
},
Expand Down

0 comments on commit 9bd94bf

Please sign in to comment.