Completed
Pull Request — master (#64)
by
unknown
01:22
created
src/TmdbServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         // Call the parent constructor with all provided arguments
37 37
         $arguments = func_get_args();
38 38
         call_user_func_array(
39
-            [$this, 'parent::' . __FUNCTION__],
39
+            [$this, 'parent::'.__FUNCTION__],
40 40
             $arguments
41 41
         );
42 42
 
Please login to merge, or discard this patch.
src/TmdbServiceProviderLaravel5.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,6 +62,6 @@
 block discarded – undo
62 62
      */
63 63
     private function defaultConfig()
64 64
     {
65
-        return __DIR__ . '/config/tmdb.php';
65
+        return __DIR__.'/config/tmdb.php';
66 66
     }
67 67
 }
Please login to merge, or discard this patch.