Completed
Push — master ( 9b41d4...555c89 )
by Pascal
02:27
created
Plugin.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,13 +46,13 @@
 block discarded – undo
46 46
     {
47 47
         // Check the translate plugin is installed
48 48
         if (class_exists('RainLab\Translate\Behaviors\TranslatableModel')) {
49
-            return [];
49
+            return [ ];
50 50
         }
51 51
 
52 52
         return [
53 53
             'filters' => [
54
-                '_'  => ['Lang', 'get'],
55
-                '__' => ['Lang', 'choice'],
54
+                '_'  => [ 'Lang', 'get' ],
55
+                '__' => [ 'Lang', 'choice' ],
56 56
             ]
57 57
         ];
58 58
     }
Please login to merge, or discard this patch.