Completed
Push — master ( 9cd724...e46d7b )
by Kirill
04:31 queued 01:35
created
app/Core/Mappers/MessageMapperTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use App\Message;
16 16
 use Carbon\Carbon;
17 17
 use App\Gitter\Support\AttributeMapper;
18
-use Illuminate\Database\Eloquent\Model;
19 18
 
20 19
 /**
21 20
  * Class MessageMapperTrait
Please login to merge, or discard this patch.
app/Interfaces/Console/Commands/StartGitterBot.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Illuminate\Console\Command;
20 20
 use Illuminate\Contracts\Config\Repository;
21 21
 use Illuminate\Contracts\Container\Container;
22
-use Illuminate\Support\Facades\Log;
23 22
 
24 23
 
25 24
 /**
Please login to merge, or discard this patch.
app/Domains/Message.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace Domains;
12 12
 
13 13
 use Carbon\Carbon;
14
-use LogicException;
15 14
 use Interfaces\Gitter\Client;
16 15
 use Core\Mappers\MessageMapperTrait;
17 16
 use Illuminate\Database\Eloquent\Model;
Please login to merge, or discard this patch.
app/Interfaces/Console/Commands/GitterSync.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Carbon\Carbon;
14 14
 use Core\Mappers\UserMapper;
15 15
 use Domains\Message;
16
-use Domains\User;
17 16
 use Gitter\Client;
18 17
 use Gitter\Support\ApiIterator;
19 18
 use Illuminate\Console\Command;
Please login to merge, or discard this patch.