feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
35 changed files with 44 additions and 1272 deletions
Showing only changes of commit 8b3cf47762 - Show all commits

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)