Skip to content

Commit

Permalink
fix namespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cyppe committed Jan 27, 2024
1 parent 97e612d commit 68e6191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Repositories/RedisBatchRepository.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?php

namespace App\Repositories;
namespace Cyppe\LaravelBatchJobsRedisDriver\Repositories;

use Carbon\CarbonImmutable;
use Closure;
use DateTimeInterface;
use Illuminate\Bus\Batch;
use Illuminate\Bus\BatchFactory;
use Illuminate\Bus\BatchRepository;
use Illuminate\Bus\DatabaseBatchRepository;
use Illuminate\Bus\PendingBatch;
use Illuminate\Bus\PrunableBatchRepository;
use Illuminate\Bus\UpdatedBatchJobCounts;
Expand Down

0 comments on commit 68e6191

Please sign in to comment.