Completed
Push — master ( 7a1dba...8d9e6e )
by Ricardo
03:19
created
src/Console/Commands/Sync/TokensSync.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -3,13 +3,6 @@
 block discarded – undo
3 3
 namespace Finder\Console\Commands\Sync;
4 4
 
5 5
 use Illuminate\Console\Command;
6
-use Population\Models\MediaSend;
7
-use Population\Models\MediaEmail;
8
-use Population\Models\MediaPush;
9
-use Population\Models\Company;
10
-use Population\Models\User;
11
-use SendGrid;
12
-use Finder\Http\Controllers\Api\Controller;
13 6
 use Operador\Routines\Globals\ImportTokens;
14 7
 
15 8
 class TokensSync extends Command
Please login to merge, or discard this patch.
src/Console/Commands/Verify/data.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Finder\Console\Commands\Verify;
4 4
 
5
-use Operador\Actions\Instagram\GetMidias;
6
-use Telefonica\Models\Digital\Account;
7 5
 use Illuminate\Console\Command;
8 6
 use Illuminate\Foundation\Inspiring;
9
-use App\Plugins\Integrations\PhotoAcompanhante\Import;
7
+use Operador\Actions\Instagram\GetMidias;
8
+use Telefonica\Models\Digital\Account;
10 9
 
11 10
 class Data extends Command
12 11
 {
Please login to merge, or discard this patch.
src/Console/Commands/Verify/Social.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Finder\Console\Commands\Verify;
4 4
 
5
-use Operador\Actions\Instagram\GetMidias;
6
-use Telefonica\Models\Digital\Account;
7
-use Siravel\Models\Negocios\Business;
8 5
 use Illuminate\Console\Command;
9 6
 use Illuminate\Foundation\Inspiring;
10
-use App\Plugins\Integrations\PhotoAcompanhante\Import;
7
+use Operador\Actions\Instagram\GetMidias;
8
+use Siravel\Models\Negocios\Business;
9
+use Telefonica\Models\Digital\Account;
11 10
 
12 11
 class Social extends Command
13 12
 {
Please login to merge, or discard this patch.
src/Services/Finders/PersonService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,9 +5,6 @@
 block discarded – undo
5 5
 
6 6
 namespace Finder\Services\Finders;
7 7
 
8
-use Illuminate\Support\Collection;
9
-use Telefonica\Models\Actors\Person;
10
-
11 8
 /**
12 9
  *
13 10
  */
Please login to merge, or discard this patch.
src/Spider/Registrator/PhotoRegistrator.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,11 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Finder\Spider\Registrator;
3 3
 
4
-use Finder\Contracts\Spider\TargetManager;
5
-
6
-use Stalker\Models\File;
7 4
 use Stalker\Models\Imagen;
8
-use Finder\Models\Digital\Internet\ComputerFile;
9 5
 use Telefonica\Models\Actors\Person;
10 6
 
11 7
 /**
Please login to merge, or discard this patch.