Completed
Push — master ( fcdc06...2647f7 )
by Dan Michael O.
07:17
created
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.
app/Jobs/OaiPmhHarvest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
 use Log;
8 8
 use Phpoaipmh\Client;
9 9
 use Phpoaipmh\Endpoint;
10
-use Scriptotek\OaiPmh\ListRecordsResponse;
11
-use Storage;
12 10
 
13 11
 class OaiPmhHarvest extends Job
14 12
 {
Please login to merge, or discard this patch.
app/Http/Controllers/DocumentsController.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\Http\Controllers;
4 4
 
5 5
 use Carbon\Carbon;
6
-use Colligator\Cover;
7 6
 use Colligator\Document;
8 7
 use Colligator\Http\Requests\SearchDocumentsRequest;
9 8
 use Colligator\Search\DocumentsIndex;
Please login to merge, or discard this patch.