From c0a78c033c13d0e2803c5c563de9486385c0aba6 Mon Sep 17 00:00:00 2001 From: Laurence Ioannou Date: Thu, 2 Apr 2015 01:00:21 +1100 Subject: [PATCH] Update services.php --- config/services.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/services.php b/config/services.php index c2fb21a2..c5069427 100644 --- a/config/services.php +++ b/config/services.php @@ -32,6 +32,7 @@ 'stripe' => [ 'model' => 'App\User', 'secret' => '', + 'public' => '', ], ];