Completed
Push — master ( 464782...4147e3 )
by Ricardo
01:46
created
src/Connectors/PhotoAcompanhante/Import.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,9 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Connectors/PhotoAcompanhante/PhotoAcompanhante.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Connectors/Pipedrive/Create.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Connectors/Pipedrive/Update.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Connectors/SenhorVerdugo/Delete.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Connectors/Sentry/Import.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\Sentry;
4 4
 
5
-use Log;
6
-
7 5
 
8 6
 class Import extends Sentry
9 7
 {
Please login to merge, or discard this patch.
src/Connectors/Tumblr/Post.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\Tumblr;
4 4
 
5
-use Log;
6
-use App\Models\User;
7
-
8 5
 class Post extends Tumblr
9 6
 {
10 7
     
Please login to merge, or discard this patch.
src/Connectors/Tumblr/Relation.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Integrations\Connectors\Tumblr;
4 4
 
5
-use Log;
6
-use App\Models\User;
7
-
8 5
 class Relation extends Tumblr
9 6
 {
10 7
     
Please login to merge, or discard this patch.
src/Connectors/Twitter/Twitter.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Integrations\Connectors\Twitter;
8 8
 
9
-use Log;
10
-use App\Models\User;
11 9
 use Abraham\TwitterOAuth\TwitterOAuth;
12 10
 
13 11
 use Integrations\Connectors\Connector;
Please login to merge, or discard this patch.