Change namespace to add Kanboard as prefix
This commit is contained in:
@@ -21,10 +21,8 @@
|
||||
"autoload" : {
|
||||
"classmap" : ["app/"],
|
||||
"psr-4" : {
|
||||
"Plugin\\": "plugins/"
|
||||
},
|
||||
"psr-0" : {
|
||||
"" : "app/"
|
||||
"Kanboard\\Plugin\\": "plugins/",
|
||||
"Kanboard\\" : "app/"
|
||||
},
|
||||
"files" : [
|
||||
"app/functions.php",
|
||||
|
||||
Reference in New Issue
Block a user