Updated config

This commit is contained in:
Graham Campbell
2015-05-28 15:05:35 +01:00
parent 8299afaa8a
commit a314d8b838
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ return [
| |
*/ */
'debug' => env('APP_DEBUG'), 'debug' => env('APP_DEBUG', false),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
+2 -1
View File
@@ -39,7 +39,8 @@ return [
], ],
'stripe' => [ 'stripe' => [
'model' => 'User', 'model' => 'CachetHQ\Cachet\Models\User',
'key' => '',
'secret' => '', 'secret' => '',
], ],