1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 09:57:06 +02:00

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 @@
}
}
}
}
}