Fix autoload namespace

This commit is contained in:
Toby Zerner 2015-10-11 17:44:35 +10:30
parent fde7921487
commit b7c06ece8a

View File

@ -18,7 +18,7 @@
},
"autoload": {
"psr-4": {
"Flarum\\Tags\\": "src/"
"Flarum\\Subscriptions\\": "src/"
}
},
"extra": {
@ -31,4 +31,4 @@
}
}
}
}
}