Completed
Push — master ( c88373...f3b15c )
by Dmitry
02:33
created
source/ListingModule.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@
 block discarded – undo
41 41
     public function publish(PublisherInterface $publisher, DirectoriesInterface $directories)
42 42
     {
43 43
         $publisher->publishDirectory(
44
-            __DIR__ . '/../resources',          //js, css
45
-            $directories->directory('public'),  //Expected directory in webroot
44
+            __DIR__ . '/../resources', //js, css
45
+            $directories->directory('public'), //Expected directory in webroot
46 46
             PublisherInterface::OVERWRITE       //We can safely overwrite resources
47 47
         );
48 48
     }
Please login to merge, or discard this patch.