@@ -2,28 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors; |
4 | 4 | |
5 | -use Illuminate\Database\Eloquent\Model; |
|
6 | 5 | use Log; |
7 | -use App\Models\User; |
|
8 | - |
|
9 | -use Integrations\Models\Token; |
|
10 | - |
|
11 | -use Integrations\Connectors\Github\Github; |
|
12 | -use Integrations\Connectors\Amazon\Amazon; |
|
13 | -use Integrations\Connectors\Gitlab\Gitlab; |
|
14 | -use Integrations\Connectors\Jira\Jira; |
|
15 | -use Integrations\Connectors\Novare\Novare; |
|
16 | -use Integrations\Connectors\Pipedrive\Pipedrive; |
|
17 | -use Integrations\Connectors\Sentry\Sentry; |
|
18 | -use Integrations\Connectors\Testlink\Testlink; |
|
19 | -use Integrations\Connectors\Zoho\Zoho; |
|
20 | -use Support\Components\Coders\Parser\ParseClass; |
|
21 | -use Muleta\Utils\Debugger\ErrorHelper; |
|
22 | -use Integrations\Models\Integration as IntegrationModel; |
|
23 | -use ReflectionGenerator; |
|
6 | + |
|
24 | 7 | use Exception; |
25 | -use Muleta\Utils\Extratores\ClasserExtractor; |
|
8 | +use Integrations\Models\Integration as IntegrationModel; |
|
26 | 9 | use Muleta\Contracts\Output\OutputableTrait; |
10 | +use Muleta\Utils\Debugger\ErrorHelper; |
|
11 | +use Muleta\Utils\Extratores\ClasserExtractor; |
|
27 | 12 | |
28 | 13 | class Connector |
29 | 14 | { |