fix naming
This commit is contained in:
@@ -38,7 +38,7 @@ use Espo\Entities\Job as JobEntity;
|
||||
use DateTimeImmutable;
|
||||
use RuntimeException;
|
||||
|
||||
abstract class AbstractQueueJob implements JobPreperable
|
||||
abstract class AbstractQueueJob implements JobPreparable
|
||||
{
|
||||
protected $queue = null;
|
||||
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ use DateTimeImmutable;
|
||||
/**
|
||||
* Can create multiple jobs for different targets according scheduling.
|
||||
*/
|
||||
interface JobPreperable extends Job
|
||||
interface JobPreparable extends Job
|
||||
{
|
||||
/**
|
||||
* Create multiple job records for a scheduled job.
|
||||
@@ -33,7 +33,7 @@ use Espo\Core\Exceptions\Error;
|
||||
|
||||
use Espo\Core\{
|
||||
Job\JobStatus,
|
||||
Job\JobPreperable,
|
||||
Job\JobPreparable,
|
||||
Job\JobData,
|
||||
Job\ScheduledJobData,
|
||||
ServiceFactory,
|
||||
@@ -44,7 +44,7 @@ use Espo\Core\{
|
||||
use Throwable;
|
||||
use DateTimeImmutable;
|
||||
|
||||
class CheckEmailAccounts implements JobPreperable
|
||||
class CheckEmailAccounts implements JobPreparable
|
||||
{
|
||||
private $serviceFactory;
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ use Espo\Core\Exceptions\Error;
|
||||
|
||||
use Espo\Core\{
|
||||
Job\JobStatus,
|
||||
Job\JobPreperable,
|
||||
Job\JobPreparable,
|
||||
Job\JobData,
|
||||
Job\ScheduledJobData,
|
||||
ServiceFactory,
|
||||
@@ -44,7 +44,7 @@ use Espo\Core\{
|
||||
use Throwable;
|
||||
use DateTimeImmutable;
|
||||
|
||||
class CheckInboundEmails implements JobPreperable
|
||||
class CheckInboundEmails implements JobPreparable
|
||||
{
|
||||
private $serviceFactory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user