Skip to content

Commit eb460f3

Browse files
committed
Ensure that composer finds our controllers and models
1 parent f9f62fe commit eb460f3

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
@@ -27,6 +27,7 @@
2727
},
2828
"autoload": {
2929
"psr-4": {"UrbanMonastics\\SourceTextLibrary\\": ""},
30+
"classmap": ["Controllers/", "Models/"],
3031
"exclude-from-classmap": [
3132
"/docker/",
3233
"/test/"

0 commit comments

Comments
 (0)