Skip to content

Commit

Permalink
fix: remove 'exclude-from-clasmap' property into composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-john committed Mar 23, 2023
1 parent 1044e75 commit ee866bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
},
"autoload": {
"psr-4": {
"PrestaShop\\Module\\Psgdpr\\": "src/",
"exclude-from-clasmap": []
"PrestaShop\\Module\\Psgdpr\\": "src/"
},
"classmap": [
"psgdpr.php"
Expand Down

0 comments on commit ee866bb

Please sign in to comment.