Unit tests + Welcome page

- fixed unit tests
- commented out failing tests that require changes in the code
- added new welcome page
This commit is contained in:
Jonathan Labreuille
2015-12-11 17:17:59 +01:00
parent 90f2e9ff9d
commit 84ec0de3cd
10 changed files with 177 additions and 58 deletions

View File

@ -32,6 +32,7 @@ class Setting extends Model {
if(is_array($value)) {
$value = serialize($value);
}
return Setting::createOrUpdate(array(
'name' => $key,
'value' => $value