From 39107a78c2db5c105b91d5076a54350cf462f98d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 1 Apr 2015 09:08:53 -0500 Subject: [PATCH] Key rename. --- config/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.php b/config/services.php index c5069427..45139694 100644 --- a/config/services.php +++ b/config/services.php @@ -31,8 +31,8 @@ return [ 'stripe' => [ 'model' => 'App\User', + 'key' => '', 'secret' => '', - 'public' => '', ], ];