@@ -9,8 +9,8 @@ |
||
9 | 9 | use Auth; |
10 | 10 | use Config; |
11 | 11 | use CryptoService; |
12 | -use Stalker\Models\File; |
|
13 | 12 | use Finder\Repositories\CmsRepository; |
13 | +use Stalker\Models\File; |
|
14 | 14 | use Stalker\Services\Midia\FileService; |
15 | 15 | |
16 | 16 |
@@ -7,7 +7,6 @@ |
||
7 | 7 | |
8 | 8 | use Finder\Actions\Action; |
9 | 9 | use Finder\Actions\ActionCollection; |
10 | -use Finder\Components\Worker\Sync\Database\BackupCollection; |
|
11 | 10 | |
12 | 11 | use Fabrica\Models\Infra\Database; |
13 | 12 | use Fabrica\Models\Infra\DatabaseCollection; |
@@ -7,9 +7,7 @@ |
||
7 | 7 | |
8 | 8 | use Finder\Actions\Action; |
9 | 9 | use Finder\Actions\ActionCollection; |
10 | -use Finder\Components\Worker\Sync\Database\BackupCollection; |
|
11 | 10 | |
12 | -use Fabrica\Models\Infra\Database; |
|
13 | 11 | use Fabrica\Models\Infra\Computer; |
14 | 12 | |
15 | 13 | class ExploreComputer extends ActionCollection |
@@ -4,9 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use App\Board; |
6 | 6 | |
7 | -use Log; |
|
8 | -use App\Models\User; |
|
9 | - |
|
10 | 7 | class ForceNewRelations |
11 | 8 | { |
12 | 9 |
@@ -7,11 +7,8 @@ |
||
7 | 7 | |
8 | 8 | use Finder\Routines\Database\BackupRoutine; |
9 | 9 | |
10 | -use Finder\Actions\Action; |
|
11 | 10 | use Finder\Actions\ActionCollection; |
12 | -use Finder\Components\Worker\Sync\Database\BackupCollection; |
|
13 | 11 | |
14 | -use Fabrica\Models\Infra\Database; |
|
15 | 12 | use Fabrica\Models\Infra\DatabaseCollection; |
16 | 13 | |
17 | 14 | class BackupAll extends ActionCollection |
@@ -1,12 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Finder\Spider; |
3 | 3 | |
4 | -use Finder\Logic\Output\AbstractOutput; |
|
5 | -use Finder\Logic\Output\Filter\OutputFilterInterface; |
|
6 | -use Finder\Logic\Output\TriggerableInterface; |
|
7 | - |
|
8 | -use Symfony\Component\Finder\Finder; |
|
9 | 4 | use Finder\Contracts\Spider\Spider; |
5 | +use Symfony\Component\Finder\Finder; |
|
10 | 6 | |
11 | 7 | use Support\Helps\DebugHelper; |
12 | 8 |
@@ -1,12 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Finder\Spider\Finder; |
3 | 3 | |
4 | -use Finder\Logic\Output\AbstractOutput; |
|
5 | -use Finder\Logic\Output\Filter\OutputFilterInterface; |
|
6 | -use Finder\Logic\Output\TriggerableInterface; |
|
7 | - |
|
8 | -use Symfony\Component\Finder\Finder; |
|
9 | 4 | use Finder\Contracts\Spider\Spider; |
5 | +use Symfony\Component\Finder\Finder; |
|
10 | 6 | |
11 | 7 | /** |
12 | 8 | * Run all script analysers and outputs their result. |
@@ -3,8 +3,8 @@ |
||
3 | 3 | |
4 | 4 | use Finder\Contracts\Spider\TargetManager; |
5 | 5 | |
6 | -use Stalker\Models\File; |
|
7 | 6 | use Finder\Models\Digital\Internet\ComputerFile; |
7 | +use Stalker\Models\File; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * Run all script analysers and outputs their result. |
@@ -1,11 +1,7 @@ |
||
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 | |
10 | 6 | /** |
11 | 7 | * Run all script analysers and outputs their result. |