Skip to content

Commit

Permalink
Fixed Namespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
archey347 committed May 24, 2018
1 parent ee5daf8 commit 88eccce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
"require" : {
"badcow/dns" : "~v0.19"
},

"extra": {
"installer-name" : "dnsadmin"
},
"autoload": {
"psr-4": {
"Userfrosting\\Sprinkle\\Site\\": "src/"
"UserFrosting\\Sprinkle\\Dnsadmin\\": "src/"
}
},
"extra": {
"installer-name" : "DNSAdmin"
}
}

0 comments on commit 88eccce

Please sign in to comment.