Completed
Push — master ( 404140...75317b )
by Joao
02:00
created
src/customfieldsServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     {
16 16
         // Publish our routes
17 17
         // if (!$this->app->routesAreCached())
18
-		require __DIR__ . '/routes.php';
18
+        require __DIR__ . '/routes.php';
19 19
 
20 20
         // Publish our views
21 21
         $this->loadViewsFrom(base_path("resources/views"), 'customfields');
Please login to merge, or discard this patch.