Pending now in queue

This commit is contained in:
Juan Pablo Vial
2025-07-15 22:18:45 -04:00
parent 48f992dd47
commit 8b3cf47762

View File

@ -1,10 +1,10 @@
<?php
namespace Incoviba\Command\Job;
namespace Incoviba\Command\Queue;
use Symfony\Component\Console;
use Incoviba\Service;
use Symfony\Component\Console;
#[Console\Attribute\AsCommand(name: 'jobs:pending', description: 'List pending jobs')]
#[Console\Attribute\AsCommand(name: 'queue:pending', description: 'List pending jobs in queue')]
class Pending extends Console\Command\Command
{
public function __construct(protected Service\Job $jobService, ?string $name = null)