We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run ./bin/console do:sc:up --force I encounter the following error:
./bin/console do:sc:up --force
PHP Fatal error: Class 'Enqueue\JobQueue\Job' not found in /home/ubuntu/HypebeastEditorial/vendor/enqueue/enqueue-bundle/Entity/Job.php on line 13
JobQueue shouldn't be needed because it is default off.
The text was updated successfully, but these errors were encountered:
Actually the real problem is Enqueue\JobQueue\Job doesn't exist
Enqueue\JobQueue\Job
Sorry, something went wrong.
Had to add enqueue/job-queue to require-dev, not sure is there a way to avoid adding this library because it is never really used.
enqueue/job-queue
Yeah, that's a bug. I am thinking about moving job entity from the bundle to job-queue package.
Successfully merging a pull request may close this issue.
When I run
./bin/console do:sc:up --force
I encounter the following error:JobQueue shouldn't be needed because it is default off.
The text was updated successfully, but these errors were encountered: