We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e612d commit 68e6191Copy full SHA for 68e6191
src/Repositories/RedisBatchRepository.php
@@ -1,13 +1,14 @@
1
<?php
2
3
-namespace App\Repositories;
+namespace Cyppe\LaravelBatchJobsRedisDriver\Repositories;
4
5
use Carbon\CarbonImmutable;
6
use Closure;
7
use DateTimeInterface;
8
use Illuminate\Bus\Batch;
9
use Illuminate\Bus\BatchFactory;
10
use Illuminate\Bus\BatchRepository;
11
+use Illuminate\Bus\DatabaseBatchRepository;
12
use Illuminate\Bus\PendingBatch;
13
use Illuminate\Bus\PrunableBatchRepository;
14
use Illuminate\Bus\UpdatedBatchJobCounts;
0 commit comments