Update services.php

This commit is contained in:
Laurence Ioannou 2015-04-02 01:00:21 +11:00
parent 7ac2f3782c
commit c0a78c033c
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
'stripe' => [ 'stripe' => [
'model' => 'App\User', 'model' => 'App\User',
'secret' => '', 'secret' => '',
'public' => '',
], ],
]; ];