feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
95 changed files with 229 additions and 5073 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)