Completed
Push — master ( 333357...e7cb1a )
by Helmut
02:43
created
src/Plugin.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
         $this->configure($config);
25 25
 
26 26
         $this->setPath();
27
-	}
27
+    }
28 28
 
29 29
     /**
30 30
      * Configure the plugin.
@@ -69,11 +69,11 @@  discard block
 block discarded – undo
69 69
      *
70 70
      * @return array
71 71
      */
72
-	public function templatePaths() 
73
-	{
74
-		$path = $this->path('templates');
75
-		return [$path];
76
-	}
72
+    public function templatePaths() 
73
+    {
74
+        $path = $this->path('templates');
75
+        return [$path];
76
+    }
77 77
 
78 78
     /**
79 79
      * Trigger an event callback. This allows
Please login to merge, or discard this patch.