| Conditions | 3 |
| Paths | 4 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | public function __construct(array $attributes = []) |
||
| 29 | { |
||
| 30 | $config = Helper::getConfig(); |
||
| 31 | |||
| 32 | isset($this->connection) || $this->setConnection($config['database_connection']); |
||
| 33 | isset($this->table) || $this->setTable($config['table_name']); |
||
| 34 | |||
| 35 | parent::__construct($attributes); |
||
| 36 | } |
||
| 51 |