Skip to content

Commit a6a0417

Browse files
ENGCOM-2315: Add generated code to the psr-0 autoloader section so when optimizing… #16435
2 parents 074783d + c91a25a commit a6a0417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@
242242
},
243243
"psr-0": {
244244
"": [
245-
"app/code/"
245+
"app/code/",
246+
"generated/code/"
246247
]
247248
},
248249
"files": [

0 commit comments

Comments
 (0)