Skip to content

Commit

Permalink
#23 Update components directory
Browse files Browse the repository at this point in the history
It has to end with a slash and also it should be all in lowercase letters since the directory name is also in lowercase letters. This will eliminate some problems that may arise by composer autoloader.
  • Loading branch information
OmarElgabry committed Jun 14, 2017
1 parent 41c7790 commit 9a052dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -22,6 +22,6 @@
"gregwar/captcha": "~1.1.1"
},
"autoload": {
"psr-4": { "": ["app/core/", "app/models/", "app/utility/", "app/controllers/", "app/core/Components"] }
"psr-4": { "": ["app/core/", "app/models/", "app/utility/", "app/controllers/", "app/core/components/"] }
}
}

0 comments on commit 9a052dc

Please sign in to comment.