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