Completed
Push — master ( 7ea918...468d1d )
by Mathieu
07:39
created
src/PDFLayerServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
     public function register()
21 21
     {
22
-        $this->app->bind('pdflayer', function (Application $app) {
22
+        $this->app->bind('pdflayer', function(Application $app) {
23 23
             return new PDF($app->make(Client::class), $app['config'], $app['files'], $app['view']);
24 24
         });
25 25
 
Please login to merge, or discard this patch.