changeset 139 | 8d688175513a |
parent 23 | 037687868bc4 |
child 533 | a557802f2b12 |
--- a/server/src/app/Providers/GuzzleServiceProvider.php Fri Mar 04 10:08:52 2016 +0100 +++ b/server/src/app/Providers/GuzzleServiceProvider.php Fri Mar 04 19:18:28 2016 +0100 @@ -17,7 +17,7 @@ */ public function register() { - $this->app->bind('guzzle', function() { + $this->app->bind('Guzzle', function() { $config = isset($this->app['config']['guzzle']) ? $this->app['config']['guzzle'] : []; return new Client($config); });