@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Finder\Actions\Instagram; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Facades\Facade; |
|
| 6 | -use Phpfastcache\Helper\Psr16Adapter; |
|
| 7 | 5 | use Integrations\Connectors\Connector; |
| 8 | 6 | |
| 9 | 7 | class Instagram extends Connector |
@@ -2,15 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Finder\Console\Commands\Readers; |
| 4 | 4 | |
| 5 | -use File; |
|
| 5 | +use Finder\Readers\iCalEasyReader; |
|
| 6 | 6 | use Illuminate\Console\Command; |
| 7 | 7 | use Illuminate\Filesystem\Filesystem; |
| 8 | -use Illuminate\View\Compilers\BladeCompiler; |
|
| 9 | -use DirectoryIterator; |
|
| 10 | -use Finder\Spider\Registrator\PhotoRegistrator; |
|
| 11 | -use Muleta\Utils\Extratores\FileExtractor; |
|
| 12 | -use Support\Components\Coders\Parser\ParseClass; |
|
| 13 | -use Finder\Readers\iCalEasyReader; |
|
| 14 | 8 | |
| 15 | 9 | class IcsReader extends Command |
| 16 | 10 | { |
@@ -5,15 +5,9 @@ |
||
| 5 | 5 | |
| 6 | 6 | namespace Finder\Console\Commands\Verify; |
| 7 | 7 | |
| 8 | -use File; |
|
| 8 | +use Finder\Readers\iCalEasyReader; |
|
| 9 | 9 | use Illuminate\Console\Command; |
| 10 | 10 | use Illuminate\Filesystem\Filesystem; |
| 11 | -use Illuminate\View\Compilers\BladeCompiler; |
|
| 12 | -use DirectoryIterator; |
|
| 13 | -use Finder\Spider\Registrator\PhotoRegistrator; |
|
| 14 | -use Muleta\Utils\Extratores\FileExtractor; |
|
| 15 | -use Support\Components\Coders\Parser\ParseClass; |
|
| 16 | -use Finder\Readers\iCalEasyReader; |
|
| 17 | 11 | |
| 18 | 12 | class StorageAndNotImported extends Command |
| 19 | 13 | { |
@@ -3,14 +3,13 @@ |
||
| 3 | 3 | namespace Finder\Pipelines\Finder; |
| 4 | 4 | |
| 5 | 5 | use League\Pipeline\Pipeline; |
| 6 | -use Operador\Contracts\StageInterface; |
|
| 7 | 6 | |
| 8 | -use Symfony\Component\Finder\Finder; |
|
| 9 | -use Support\Helps\DebugHelper; |
|
| 10 | -use Operador\Contracts\Stage as StageBase; |
|
| 11 | -use Finder\Pipelines\Builders\FileBuilder; |
|
| 12 | 7 | use Finder\Pipelines\Builders\DirectoryBuilder; |
| 8 | +use Finder\Pipelines\Builders\FileBuilder; |
|
| 13 | 9 | use Finder\Pipelines\Builders\ProjectBuilder; |
| 10 | +use Operador\Contracts\Stage as StageBase; |
|
| 11 | +use Support\Helps\DebugHelper; |
|
| 12 | +use Symfony\Component\Finder\Finder; |
|
| 14 | 13 | |
| 15 | 14 | class Directory extends StageBase |
| 16 | 15 | { |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Finder\Pipelines\Finder; |
| 4 | 4 | |
| 5 | -use Operador\Contracts\Stage as StageBase; |
|
| 5 | +use Fabrica\Helps\Git\GitRepo; |
|
| 6 | 6 | use Fabrica\Models\Code\Commit; |
| 7 | 7 | use Illuminate\Support\Collection; |
| 8 | -use Fabrica\Helps\Git\GitRepo; |
|
| 8 | +use Operador\Contracts\Stage as StageBase; |
|
| 9 | 9 | |
| 10 | 10 | class Repository extends StageBase |
| 11 | 11 | { |