Skip to content

Commit 6115729

Browse files
committed
minor #2130 don't try to autoload resource files (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- don't try to autoload resource files fixes #2129 Commits ------- cade682 don't try to autoload resource files
2 parents 8f57734 + cade682 commit 6115729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"FOS\\RestBundle\\": ""
2525
},
2626
"exclude-from-classmap": [
27+
"Resources/",
2728
"Tests/"
2829
]
2930
},

0 commit comments

Comments
 (0)