Completed
Push — master ( 86021d...8b8d13 )
by Vojta
02:04
created
Plugin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 class Plugin extends PluginBase
14 14
 {
15 15
     public $require = [
16
-    	'RainLab.User',
16
+        'RainLab.User',
17 17
     ];
18 18
 
19 19
     /**
Please login to merge, or discard this patch.