@@ -3,9 +3,7 @@ discard block |
||
3 | 3 | namespace Integrations\Connectors\Jira; |
4 | 4 | |
5 | 5 | use App\Models\User; |
6 | -use Casa\Models\Calendar\Estimate; |
|
7 | 6 | |
8 | -use Casa\Models\Calendar\Event; |
|
9 | 7 | use Casa\Models\Registers\Spent; |
10 | 8 | use Fabrica\Models\Code\CodeIssueLink; |
11 | 9 | use Fabrica\Models\Code\Field as FieldModel; |
@@ -21,7 +19,6 @@ discard block |
||
21 | 19 | use JiraRestApi\Issue\Version; |
22 | 20 | use JiraRestApi\JiraException; |
23 | 21 | use JiraRestApi\Project\ProjectService; |
24 | -use Log; |
|
25 | 22 | use Transmissor\Models\Comment; |
26 | 23 | |
27 | 24 | class Import extends Jira |
@@ -2,22 +2,15 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations; |
4 | 4 | |
5 | -use App; |
|
6 | 5 | use Config; |
7 | -use Illuminate\Contracts\Events\Dispatcher; |
|
8 | -use Illuminate\Foundation\AliasLoader; |
|
9 | -use Illuminate\Routing\Router; |
|
10 | 6 | |
11 | -use Illuminate\Support\Collection; |
|
12 | 7 | use Illuminate\Support\Facades\View; |
13 | 8 | use Illuminate\Support\ServiceProvider; |
14 | -use Integrations\Facades\Integrations as IntegrationsFacade; |
|
15 | 9 | use Integrations\Services\IntegrationsService; |
16 | 10 | |
17 | 11 | use Log; |
18 | 12 | |
19 | 13 | use Muleta\Traits\Providers\ConsoleTools; |
20 | -use Route; |
|
21 | 14 | |
22 | 15 | class IntegrationsProvider extends ServiceProvider |
23 | 16 | { |