[BUGFIX] Bugfixes and optimisations

- When no parameter is recieved, router now returns null instead of empty
  string.
- json method in Response class now stops response after execution.
- Updated composer.json with correct autoload.
This commit is contained in:
Simon Sessingø
2015-10-25 02:34:25 +02:00
parent 2a66350883
commit ac2993f804
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
},
"autoload": {
"psr-4": {
"Pecee\\": "src/"
"Pecee\\": "src/Pecee/"
}
}
}