Completed
Push — master ( 464782...4147e3 )
by Ricardo
01:46
created
src/Connectors/Hubspot/Import.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 Import extends Pipedrive
9 6
 {
10 7
     public function projects()
Please login to merge, or discard this patch.
src/Connectors/Hubspot/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/Pipedrive/Import.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 Import extends Pipedrive
9 6
 {
10 7
     public function projects()
Please login to merge, or discard this patch.