@@ -8,10 +8,11 @@ |
||
| 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 | /* |