Skip to content

Commit

Permalink
Simplified namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Apr 24, 2024
1 parent fc3f7ca commit 7f67c5c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,8 @@
"license": "GNU General Public License v2.0",
"autoload-dev": {
"psr-4": {
"App\\Command\\": [
"code_samples/recent_activity/src/Command/",
"code_samples/back_office/dashboard/src/Command/"
],
"App\\Event\\": [
"code_samples/recent_activity/src/Event/"
],
"App\\MyFeature\\": [
"code_samples/recent_activity/src/MyFeature"
],
"App\\EventSubscriber\\": [
"code_samples/recent_activity/src/EventSubscriber"
"App\\": [
"code_samples/recent_activity/src"
]
}
},
Expand Down

0 comments on commit 7f67c5c

Please sign in to comment.