Controllers

This commit is contained in:
Pierre Rudloff 2015-10-29 22:32:36 +01:00
parent e8d7ef5d01
commit 9ffd1d2769
4 changed files with 141 additions and 129 deletions

View file

@ -44,7 +44,8 @@
],
"autoload": {
"psr-4": {
"Alltube\\": "classes/"
"Alltube\\": "classes/",
"Alltube\\Controller\\": "controllers/"
}
}
}