Browse Source

Update services.php

Laurence Ioannou 9 years ago
parent
commit
c0a78c033c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/services.php

+ 1 - 0
config/services.php

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