Skip to content

Commit

Permalink
Refactor. Change pages from plugin to base
Browse files Browse the repository at this point in the history
  • Loading branch information
duyphan2502 committed Nov 28, 2016
1 parent 9cd6604 commit 84c2b91
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
"database"
],
"psr-4": {
"App\\": "app/",
"WebEd\\Base\\Pages\\": "sgsoft-studio/pages/src",
"WebEd\\Plugins\\CustomFields\\": "plugins/custom-fields/src"
"App\\": "app/"
}
},
"autoload-dev": {
Expand All @@ -67,4 +65,4 @@
"config": {
"preferred-install": "dist"
}
}
}

0 comments on commit 84c2b91

Please sign in to comment.