Compare commits

..

No commits in common. "a364a51f853ec328b170a76d5e4ac7a3f6b19e0e" and "9cb3f187b42b11ea8a0dbc4f68b18b929000ca8f" have entirely different histories.

View File

@ -25,7 +25,6 @@ class CronardMiddleware implements MiddlewareInterface
public ? TaskFetcher $taskFetcher;
public function __construct(ContainerInterface $container, string $cronKey = "", $responseInterface = null, $variables = []) {
$this->cronKey = $cronKey;
$this->response = $responseInterface;
$this->variables = $variables;