Test Setup Failed
Branch master (51d20a)
by Caio
03:27
created
src/Models/Beneficiario/BeneficiarioCEF.php 1 patch
Braces   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,10 +8,11 @@
 block discarded – undo
8 8
 {
9 9
     public function __construct($load_from_config = true, array $attributes = null)
10 10
     {
11
-        if ($load_from_config)
12
-            parent::__construct(config('boletos'));
13
-        else
14
-            parent::__construct($attributes);
11
+        if ($load_from_config) {
12
+                    parent::__construct(config('boletos'));
13
+        } else {
14
+                    parent::__construct($attributes);
15
+        }
15 16
     }
16 17
 
17 18
     /*
Please login to merge, or discard this patch.