Completed
Push — master ( cc6ec1...3e4435 )
by Dan Michael O.
02:33
created
src/GoogleBooksServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,9 +30,9 @@
 block discarded – undo
30 30
      */
31 31
     public function register()
32 32
     {
33
-        $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'googlebooks');
33
+        $this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'googlebooks');
34 34
 
35
-        $this->app->singleton(GoogleBooks::class, function () {
35
+        $this->app->singleton(GoogleBooks::class, function() {
36 36
             $config = config('googlebooks');
37 37
             $this->validateConfig($config);
38 38
             return new GoogleBooks($config);
Please login to merge, or discard this patch.