Update services.php

This commit is contained in:
Laurence Ioannou 2015-04-02 01:00:21 +11:00
parent 7ac2f3782c
commit c0a78c033c

View File

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