| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | public function run() |
||
| 13 | { |
||
| 14 | // Caso Seja Instagram |
||
| 15 | if ($this->model->integration_id == \Integrations\Connectors\Instagram\Instagram::getPrimary()) { |
||
| 16 | $this->addInformateArray(\Integrations\Connectors\Instagram\Profile::getProfile($this->model->username)); |
||
| 17 | } |
||
| 18 | return true; |
||
| 19 | } |
||
| 20 | |||
| 22 | } |