Passed
Push — master ( ff75f9...d2f6b4 )
by Kane
11:54
created
src/OEmbedServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     {
25 25
         $this->registerConfig();
26 26
 
27
-        $this->app->singleton('oembed', function ($app) {
27
+        $this->app->singleton('oembed', function($app) {
28 28
             return new OEmbed($app['config']['oembed']);
29 29
         });
30 30
 
Please login to merge, or discard this patch.