Completed
Push — master ( 45cb1a...0649e9 )
by Dan Michael O.
08:29 queued 06:05
created
app/Http/Controllers/DocumentsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Colligator\Http\Controllers;
4 4
 
5
-use Colligator\Cover;
6 5
 use Colligator\Document;
7 6
 use Colligator\Http\Requests\SearchDocumentsRequest;
8 7
 use Colligator\Search\DocumentsIndex;
Please login to merge, or discard this patch.
app/GoogleBooksService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Colligator;
4 4
 
5 5
 use Scriptotek\GoogleBooks\GoogleBooks;
6
-use Scriptotek\GoogleBooks\Exceptions\UsageRateExceeded;
7 6
 
8 7
 class GoogleBooksService implements EnrichmentService
9 8
 {
Please login to merge, or discard this patch.