| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 59 | private function loadConfigFromFile() |
||
| 60 | { |
||
| 61 | $this->configName = !is_null($this->configName) ? $this->configName : get_class($this); |
||
| 62 | $this->config = Config::get('sms-service-with-bd-providers::config.providers.'.$this->configName); |
||
| 63 | |||
| 64 | $this->extractUrlFromConfigAndSet(); |
||
| 65 | |||
| 66 | return $this; |
||
| 67 | } |
||
| 79 |