@@ -2,10 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Jira; |
4 | 4 | |
5 | -use Log; |
|
6 | 5 | use App\Models\Project as ProjectModel; |
7 | -use JiraRestApi\Project\ProjectService; |
|
8 | 6 | use JiraRestApi\JiraException; |
7 | +use JiraRestApi\Project\ProjectService; |
|
9 | 8 | |
10 | 9 | class Delete extends Jira |
11 | 10 | { |
@@ -2,13 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Jira; |
4 | 4 | |
5 | -use Log; |
|
6 | 5 | use App\Models\Project as ProjectModel; |
7 | -use JiraRestApi\Project\ProjectService; |
|
8 | -use JiraRestApi\Project\Project; |
|
9 | -use JiraRestApi\JiraException; |
|
10 | 6 | use JiraRestApi\Issue\IssueService; |
11 | 7 | use JiraRestApi\Issue\Transition; |
8 | +use JiraRestApi\JiraException; |
|
9 | +use JiraRestApi\Project\Project; |
|
10 | +use JiraRestApi\Project\ProjectService; |
|
12 | 11 | |
13 | 12 | class Update extends Jira |
14 | 13 | { |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\PhotoAcompanhante; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Create extends PhotoAcompanhante |
9 | 6 | { |
10 | 7 | public function project(Project $project) |
@@ -2,10 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\PhotoAcompanhante; |
4 | 4 | |
5 | -use Log; |
|
6 | 5 | use App\Models\User; |
7 | -use QL\QueryList; |
|
8 | 6 | use Fabrica\Tools\Proxy; |
7 | +use QL\QueryList; |
|
9 | 8 | |
10 | 9 | class Import extends PhotoAcompanhante |
11 | 10 | { |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\PhotoAcompanhante; |
4 | 4 | |
5 | -use App\Models\Model; |
|
6 | -use Log; |
|
7 | -use App\Models\User; |
|
8 | 5 | use Integrations\Connectors\Connector; |
9 | 6 | |
10 | 7 | class PhotoAcompanhante extends Connector |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Pipedrive; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Create extends Pipedrive |
9 | 6 | { |
10 | 7 | public function project(Project $project) |
@@ -2,9 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Pipedrive; |
4 | 4 | |
5 | -use Log; |
|
6 | -use App\Models\User; |
|
7 | - |
|
8 | 5 | class Update extends Pipedrive |
9 | 6 | { |
10 | 7 | public function organization(Organization $organization) |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\SenhorVerdugo; |
4 | 4 | |
5 | -use Log; |
|
6 | 5 | use App\Models\Project as ProjectModel; |
7 | 6 | use SenhorVerdugoRestApi\Project\ProjectService; |
8 | 7 | use SenhorVerdugoRestApi\SenhorVerdugoException; |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Integrations\Connectors\Sentry; |
4 | 4 | |
5 | -use Log; |
|
6 | - |
|
7 | 5 | |
8 | 6 | class Import extends Sentry |
9 | 7 | { |