Browse Source

Key rename.

Taylor Otwell 9 years ago
parent
commit
39107a78c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/services.php

+ 1 - 1
config/services.php

@@ -31,8 +31,8 @@ return [
 
 	'stripe' => [
 		'model'  => 'App\User',
+		'key' => '',
 		'secret' => '',
-		'public' => '',
 	],
 
 ];