When trying to run schedule:run command, TypeError occurs:
TypeError: Spiral\Scheduler\Job\Job::filtersPass(): Argument #1 ($container) must be of type Spiral\Core\Container, Psr\Container\ContainerInterface SCOPED PROXY given, called in /app/vendor/spiral-packages/scheduler/src/Commands/ScheduleRunCommand.php on line 28 in /app/vendor/spiral-packages/scheduler/src/Job/Job.php at line 292
Would it be logical to change Spiral\Scheduler\Job file and use Psr\Container\ContainerInterface instead of Spiral\Core\Container?
When trying to run
schedule:run
command, TypeError occurs:Would it be logical to change
Spiral\Scheduler\Job
file and usePsr\Container\ContainerInterface
instead ofSpiral\Core\Container
?