@@ -3,18 +3,13 @@ |
||
3 | 3 | namespace Finder\Console\Commands\Prepare; |
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | -use Telefonica\Models\Actors\Person; |
|
7 | -use Finder\Pipelines\Track\PersonTrack; |
|
8 | 6 | use Illuminate\Support\Facades\Storage; |
9 | -use Stalker\Models\Imagen; |
|
10 | 7 | |
11 | 8 | use Rap2hpoutre\FastExcel\FastExcel; |
12 | 9 | |
13 | 10 | use Finder\Pipelines\Identify\RespectiveModel; |
14 | 11 | |
15 | 12 | use Muleta\Utils\Extratores\FileExtractor; |
16 | -use Muleta\Utils\Extratores\StringExtractor; |
|
17 | -use Muleta\Utils\Modificators\StringModificator; |
|
18 | 13 | |
19 | 14 | class ExcelPrepare extends Command |
20 | 15 | { |
@@ -3,10 +3,6 @@ |
||
3 | 3 | namespace Finder\Console\Commands\Prepare; |
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | -use Telefonica\Models\Actors\Person; |
|
7 | -use Finder\Pipelines\Track\PersonTrack; |
|
8 | -use Illuminate\Support\Facades\Storage; |
|
9 | -use Stalker\Models\Imagen; |
|
10 | 6 | |
11 | 7 | class Export extends Command |
12 | 8 | { |
@@ -3,10 +3,9 @@ |
||
3 | 3 | namespace Finder\Console\Commands\Prepare; |
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | -use Telefonica\Models\Actors\Person; |
|
7 | -use Finder\Pipelines\Track\PersonTrack; |
|
8 | 6 | use Illuminate\Support\Facades\Storage; |
9 | 7 | use Stalker\Models\Imagen; |
8 | +use Telefonica\Models\Actors\Person; |
|
10 | 9 | |
11 | 10 | use Muleta\Utils\Modificators\StringModificator; |
12 | 11 |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Finder\Console\Commands\Sync; |
4 | 4 | |
5 | +use Finder\Pipelines\Track\PersonTrack; |
|
5 | 6 | use Illuminate\Console\Command; |
6 | 7 | use Telefonica\Models\Actors\Person; |
7 | -use Finder\Pipelines\Track\PersonTrack; |
|
8 | 8 | |
9 | 9 | class PersonsSync extends Command |
10 | 10 | { |
@@ -3,10 +3,9 @@ |
||
3 | 3 | namespace Finder\Console\Commands\Verify; |
4 | 4 | |
5 | 5 | use Finder\Actions\Instagram\GetMidias; |
6 | -use Telefonica\Models\Digital\Account; |
|
7 | 6 | use Illuminate\Console\Command; |
8 | 7 | use Illuminate\Foundation\Inspiring; |
9 | -use App\Plugins\Integrations\PhotoAcompanhante\Import; |
|
8 | +use Telefonica\Models\Digital\Account; |
|
10 | 9 | |
11 | 10 | class Data extends Command |
12 | 11 | { |
@@ -3,11 +3,10 @@ |
||
3 | 3 | namespace Finder\Console\Commands\Verify; |
4 | 4 | |
5 | 5 | use Finder\Actions\Instagram\GetMidias; |
6 | -use Telefonica\Models\Digital\Account; |
|
7 | -use Siravel\Models\Negocios\Business; |
|
8 | 6 | use Illuminate\Console\Command; |
9 | 7 | use Illuminate\Foundation\Inspiring; |
10 | -use App\Plugins\Integrations\PhotoAcompanhante\Import; |
|
8 | +use Siravel\Models\Negocios\Business; |
|
9 | +use Telefonica\Models\Digital\Account; |
|
11 | 10 | |
12 | 11 | class Social extends Command |
13 | 12 | { |
@@ -2,14 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Finder\Console\Commands\Verify; |
4 | 4 | |
5 | -use File; |
|
6 | -use Illuminate\Console\Command; |
|
7 | -use Illuminate\Filesystem\Filesystem; |
|
8 | -use Illuminate\View\Compilers\BladeCompiler; |
|
9 | 5 | use DirectoryIterator; |
10 | 6 | use Finder\Spider\Registrator\PhotoRegistrator; |
11 | -use Muleta\Utils\Extratores\FileExtractor; |
|
12 | -use Support\Components\Coders\Parser\ParseClass; |
|
7 | +use Illuminate\Console\Command; |
|
8 | +use Illuminate\Filesystem\Filesystem; |
|
13 | 9 | |
14 | 10 | class StorageAndNotImported extends Command |
15 | 11 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Finder\Console\Commands; |
4 | 4 | |
5 | -use File; |
|
6 | 5 | use Carbon\Carbon; |
6 | +use File; |
|
7 | 7 | use Illuminate\Console\Command; |
8 | 8 | use Symfony\Component\Console\Input\InputOption; |
9 | 9 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Finder\Console\External\Analyser; |
3 | 3 | |
4 | -use League\CLImate\CLImate; |
|
5 | 4 | use Finder\Logic\Analyser; |
6 | 5 | use Finder\Logic\Output\AbstractOutput; |
7 | 6 | use Finder\Logic\Output\Filter\DiffOutputFilter; |
7 | +use League\CLImate\CLImate; |
|
8 | 8 | use ReflectionMethod; |
9 | 9 | use SebastianBergmann\Diff\Parser; |
10 | 10 | use SebastianBergmann\Git\Git; |