Skip to content

Commit

Permalink
Merge pull request #194 from fox-john/fix/psr-4-error
Browse files Browse the repository at this point in the history
fix: psr 4 error
  • Loading branch information
lartist authored Mar 27, 2023
2 parents 2b48479 + ee866bb commit aab4654
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@
},
"autoload": {
"psr-4": {
"PrestaShop\\Module\\Psgdpr\\": "src/",
"exclude-from-clasmap": []
"PrestaShop\\Module\\Psgdpr\\": "src/"
},
"classmap": [
"src/Service/",
"controllers",
"psgdpr.php"
]
},
Expand Down

0 comments on commit aab4654

Please sign in to comment.