diff --git a/config/services.php b/config/services.php index c2fb21a2f..c50694277 100644 --- a/config/services.php +++ b/config/services.php @@ -32,6 +32,7 @@ return [ 'stripe' => [ 'model' => 'App\User', 'secret' => '', + 'public' => '', ], ];