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
sail@f37c890e39fd:/var/www/html$ php artisan horizon:clear Error Call to undefined method Asseco\Stomp\Queue\StompQueue::clear() at vendor/laravel/horizon/src/Console/ClearCommand.php:53 49▕ $connection = Arr::first($this->laravel['config']->get('horizon.defaults'))['connection'] ?? 'redis'; 50▕ 51▕ $jobRepository->purge($queue = $this->getQueue($connection)); 52▕ ➜ 53▕ $count = $manager->connection($connection)->clear($queue); 54▕ 55▕ $this->line('Cleared '.$count.' jobs from the ['.$queue.'] queue '); 56▕ 57▕ return 0; +12 vendor frames 13 artisan:35 Illuminate\Foundation\Console\Kernel::handle()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: