Skip to content

Commit 4852936

Browse files
committed
fix: compatible scheduler interface
1 parent 2412cfb commit 4852936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProdScheduler/SchedulerConfigTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ public function getSPCF(): bool
8080
return $this->SPCF;
8181
}
8282

83-
public function getISDT(): bool
83+
public function getISDT(): string
8484
{
8585
return $this->ISDT;
8686
}
8787

88-
public function getISTS(): bool
88+
public function getISTS(): int
8989
{
9090
return $this->ISTS;
9191
}

0 commit comments

Comments
 (0)