spiral / app

Spiral Framework Skeleton HTTP Application: Queue, Console, Cycle ORM
https://spiral.dev/
MIT License
190 stars 20 forks source link

Fixing demo Ping job #74

Closed msmakouz closed 1 year ago

msmakouz commented 1 year ago

Error: [App\Job\Ping] Undefined class or binding Symfony\Contracts\HttpClient\HttpClientInterface

There is no Symfony\Contracts\HttpClient\HttpClientInterface binding in the container. And I don't think we should add it. Therefore, I simplified the Ping job.