Fixed autoload issue
This commit is contained in:
parent
62b05d621d
commit
c75cf0a9c2
@ -24,13 +24,18 @@
|
|||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Youen\\UsersMap\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"flarum-extension": {
|
"flarum-extension": {
|
||||||
"title": "Users Map",
|
"title": "Users Map",
|
||||||
"category": "feature",
|
"category": "feature",
|
||||||
"icon": {
|
"icon": {
|
||||||
"name": "fas fa-map-marked-alt",
|
"name": "fas fa-map-marked-alt",
|
||||||
"backgroundColor": "purple",
|
"backgroundColor": "darkgreen",
|
||||||
"color": "white"
|
"color": "white"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user