Test Failed
Push — master ( 812cef...de9770 )
by Lito
03:39
created
src/Abstractor/Eloquent/Relation/Translation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     public function setup()
20 20
     {
21 21
         if (empty($this->langs)) {
22
-            $this->langs = (array)config('anavel.translation_languages');
22
+            $this->langs = (array) config('anavel.translation_languages');
23 23
         }
24 24
 
25 25
         $this->checkRelationCompatibility();
Please login to merge, or discard this patch.