Test Setup Failed
Push — master ( a45445...b459cf )
by Nathan
06:03
created
app/Filters/TemplateFilter.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
14 14
      */
15
-    public $relations = [];
15
+    public $relations = [ ];
16 16
 
17 17
     /**
18 18
      * @param $name
Please login to merge, or discard this patch.
app/Filters/MailingListFilter.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
14 14
      */
15
-    public $relations = [];
15
+    public $relations = [ ];
16 16
 
17 17
     /**
18 18
      * @param $name
Please login to merge, or discard this patch.