mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Fixes: Fix doctrine annotation and repository for CronJobExecution
This commit is contained in:
@@ -52,6 +52,6 @@ class CronJobExecutionRepository implements CronJobExecutionRepositoryInterface
|
||||
|
||||
public function getClassName(): string
|
||||
{
|
||||
return CronJobExecutionRepository::class;
|
||||
return CronJobExecution::class;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user