cleanup code
This commit is contained in:
@@ -9,13 +9,13 @@ use App\Ingest\IngestFlow;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Symfony\Component\Uid\Uuid;
|
||||
|
||||
final class IngestOrchestrator
|
||||
final readonly class IngestOrchestrator
|
||||
{
|
||||
public function __construct(
|
||||
private readonly LockService $lockService,
|
||||
private readonly IngestJobService $jobService,
|
||||
private readonly EntityManagerInterface $em,
|
||||
private readonly IngestFlow $ingestFlow,
|
||||
private LockService $lockService,
|
||||
private IngestJobService $jobService,
|
||||
private EntityManagerInterface $em,
|
||||
private IngestFlow $ingestFlow,
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user