Skip to content

Commit 68e6191

Browse files
committed
fix namespace issues
1 parent 97e612d commit 68e6191

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Repositories/RedisBatchRepository.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?php
22

3-
namespace App\Repositories;
3+
namespace Cyppe\LaravelBatchJobsRedisDriver\Repositories;
44

55
use Carbon\CarbonImmutable;
66
use Closure;
77
use DateTimeInterface;
88
use Illuminate\Bus\Batch;
99
use Illuminate\Bus\BatchFactory;
1010
use Illuminate\Bus\BatchRepository;
11+
use Illuminate\Bus\DatabaseBatchRepository;
1112
use Illuminate\Bus\PendingBatch;
1213
use Illuminate\Bus\PrunableBatchRepository;
1314
use Illuminate\Bus\UpdatedBatchJobCounts;

0 commit comments

Comments
 (0)