Abstract presenter, timestampstrait, update api responses

This commit is contained in:
Joseph Cohen
2015-05-20 12:57:22 -05:00
parent 10bcbc6169
commit 088b54a5ce
12 changed files with 211 additions and 142 deletions

View File

@@ -44,9 +44,9 @@ class Repository
/**
* Returns a setting from the database.
*
* @param string $name
* @param string $default
* @param bool $checkEnv
* @param string $name
* @param string|null $default
* @param bool $checkEnv
*
* @return string|null
*/