Completed
Push — master ( 0ff451...8ea039 )
by Vojta
8s
created
Plugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     /**
13 13
      * @var array Plugin dependencies
14 14
      */
15
-    public $require = ['RainLab.User'];
15
+    public $require = [ 'RainLab.User' ];
16 16
 
17 17
     /**
18 18
      * Returns information about this plugin.
Please login to merge, or discard this patch.