Test Setup Failed
Branch master (24c563)
by Daniel
02:09
created
tests/LaravelGmailTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Dacastro4\LaravelGmail\Facade\LaravelGmail;
4 3
 use Dacastro4\LaravelGmail\LaravelGmailClass;
5 4
 use Tests\TestCase;
6 5
 
Please login to merge, or discard this patch.
src/Traits/Modifiable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Dacastro4\LaravelGmail\Services\Message\Mail;
6 6
 use Google_Service_Gmail;
7
-use Google_Service_Gmail_ModifyMessageRequest;
8 7
 
9 8
 /**
10 9
  * @property Google_Service_Gmail $service
Please login to merge, or discard this patch.
src/GmailConnection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Google_Client;
6 6
 use Google_Service_Gmail;
7 7
 use Illuminate\Container\Container;
8
-use Illuminate\Config\Repository as Config;
9 8
 use Illuminate\Support\Facades\Storage;
10 9
 use Illuminate\Support\Facades\Request;
11 10
 
Please login to merge, or discard this patch.