Passed
Pull Request — master (#1)
by
unknown
03:16
created
src/Providers/PdfFusionServiceProvider.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
     public function register()
26 26
     {
27
-      $this->app->singleton('PdfFusionLaravel', function ($app) {
27
+      $this->app->singleton('PdfFusionLaravel', function($app) {
28 28
           $PdfFusion = new PdfFusionLaravel($app['files']);
29 29
           return $PdfFusion;
30 30
       });
Please login to merge, or discard this patch.