Completed
Push — master ( 706e3c...232af6 )
by Ricardo
14:38
created
src/Actions/Collect/FromDatabase.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,8 @@
 block discarded – undo
5 5
 
6 6
 namespace Finder\Actions\Collect;
7 7
 
8
-use Operador\Models\Runner;
9
-use Log;
10 8
 use MathPHP\Functions\Map\Single;
9
+use Operador\Models\Runner;
11 10
 
12 11
 class FromDatabase implements \Operador\Contracts\Robot
13 12
 {
Please login to merge, or discard this patch.
src/Actions/Collect/FromRepository.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,8 @@
 block discarded – undo
5 5
 
6 6
 namespace Finder\Actions\Collect;
7 7
 
8
-use Operador\Models\Runner;
9
-use Log;
10 8
 use MathPHP\Functions\Map\Single;
9
+use Operador\Models\Runner;
11 10
 
12 11
 class FromRepository implements \Operador\Contracts\Robot
13 12
 {
Please login to merge, or discard this patch.
src/Actions/Instagram/GetMidias.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,10 +3,7 @@
 block discarded – undo
3 3
 namespace Finder\Actions\Instagram;
4 4
 
5 5
 use Casa\Models\Calendar\AcaoHumana;
6
-use Illuminate\Support\Facades\Facade;
7
-use Log;
8 6
 use Stalker\Models\Imagen as Image;
9
-use Telefonica\Models\Digital\Account;
10 7
 
11 8
 class GetMidias extends Instagram
12 9
 {
Please login to merge, or discard this patch.
src/Components/View/Board.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Finder\Components\View;
4 4
 
5
-use Log;
6
-use App\Models\User;
7
-use Integrations\Connectors\Instagram\Instagram;
8 5
 use Integrations\Connectors\Instagram\Facebook;
6
+use Integrations\Connectors\Instagram\Instagram;
9 7
 
10 8
 
11 9
 use Finder\Actions\PublishPost;
Please login to merge, or discard this patch.
src/Components/View/Boards/MarketingBoard.php 1 patch
Unused Use Statements   -12 removed lines patch added patch discarded remove patch
@@ -2,29 +2,17 @@
 block discarded – undo
2 2
 
3 3
 namespace Finder\Components\View\Boards;
4 4
 
5
-use Log;
6
-use App\Models\User;
7
-use Integrations\Connectors\Instagram\Instagram;
8
-use Integrations\Connectors\Instagram\Facebook;
9
-
10
-
11
-use Finder\Actions\PublishPost;
12
-use Finder\Actions\SearchFollows;
13 5
 
14 6
 
15 7
 use App\Editores\TuiImageEditor;
16 8
 
17 9
 
18 10
 
19
-use Finder\Routines\ForceNewRelations;
20 11
 use Finder\Routines\GetNewData;
21 12
 use Finder\Routines\SendNewData;
22 13
 
23 14
 use App\Board;
24
-use SiObjects\Components\Comment;
25 15
 use SiObjects\Components\Post;
26
-use SiObjects\Components\Profile;
27
-use SiObjects\Components\Relation;
28 16
 
29 17
 class MarketingBoard extends Board
30 18
 {
Please login to merge, or discard this patch.
src/Components/View/Boards/MidiasSocialBoard.php 1 patch
Unused Use Statements   -12 removed lines patch added patch discarded remove patch
@@ -2,29 +2,17 @@
 block discarded – undo
2 2
 
3 3
 namespace Finder\Components\View\Boards;
4 4
 
5
-use Log;
6
-use App\Models\User;
7
-use Integrations\Connectors\Instagram\Instagram;
8
-use Integrations\Connectors\Instagram\Facebook;
9
-
10
-
11
-use Finder\Actions\PublishPost;
12
-use Finder\Actions\SearchFollows;
13 5
 
14 6
 
15 7
 use App\Editores\TuiImageEditor;
16 8
 
17 9
 
18 10
 
19
-use Finder\Routines\ForceNewRelations;
20 11
 use Finder\Routines\GetNewData;
21 12
 use Finder\Routines\SendNewData;
22 13
 
23 14
 use App\Board;
24
-use SiObjects\Components\Comment;
25 15
 use SiObjects\Components\Post;
26
-use SiObjects\Components\Profile;
27
-use SiObjects\Components\Relation;
28 16
 
29 17
 class MidiasSocialBoard extends Board
30 18
 {
Please login to merge, or discard this patch.
src/Components/View/Boards/PhotoBoard.php 1 patch
Unused Use Statements   -12 removed lines patch added patch discarded remove patch
@@ -2,29 +2,17 @@
 block discarded – undo
2 2
 
3 3
 namespace Finder\Components\View\Boards;
4 4
 
5
-use Log;
6
-use App\Models\User;
7
-use Integrations\Connectors\Instagram\Instagram;
8
-use Integrations\Connectors\Instagram\Facebook;
9
-
10
-
11
-use Finder\Actions\PublishPost;
12
-use Finder\Actions\SearchFollows;
13 5
 
14 6
 
15 7
 use App\Editores\TuiImageEditor;
16 8
 
17 9
 
18 10
 
19
-use Finder\Routines\ForceNewRelations;
20 11
 use Finder\Routines\GetNewData;
21 12
 use Finder\Routines\SendNewData;
22 13
 
23 14
 use App\Board;
24
-use SiObjects\Components\Comment;
25 15
 use SiObjects\Components\Post;
26
-use SiObjects\Components\Profile;
27
-use SiObjects\Components\Relation;
28 16
 
29 17
 class PhotoBoard extends Board
30 18
 {
Please login to merge, or discard this patch.
src/Components/Worker/Sync/Database/BackupCollection.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 
6 6
 namespace Finder\Components\Worker\Sync\Database;
7 7
 
8
-use Fabrica\Tools\Databases\Mysql\Mysql as MysqlTool;
9 8
 use Fabrica\Models\Infra\DatabaseCollection;
9
+use Fabrica\Tools\Databases\Mysql\Mysql as MysqlTool;
10 10
 use Operador\Contracts\ActionInterface;
11 11
 
12 12
 class BackupCollection implements ActionInterface
Please login to merge, or discard this patch.
src/Console/Commands/Sync/TokensSync.php 1 patch
Unused Use Statements   +1 added lines, -8 removed lines patch added patch discarded remove patch
@@ -2,15 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Finder\Console\Commands\Sync;
4 4
 
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 5
 use Finder\Routines\Globals\ImportTokens;
6
+use Illuminate\Console\Command;
14 7
 
15 8
 class TokensSync extends Command
16 9
 {
Please login to merge, or discard this patch.