Hora en output
This commit is contained in:
@ -14,7 +14,8 @@ class Queue extends Command
|
||||
{
|
||||
$this->logger->debug("Running {$this->getName()}");
|
||||
$io = new Console\Style\SymfonyStyle($input, $output);
|
||||
$io->title("Running Queue...");
|
||||
$now = new DateTimeImmutable();
|
||||
$io->title("[{$now->format('Y-m-d H:i:s e')}] Running Queue...");
|
||||
|
||||
$uri = '/api/queue/run';
|
||||
$output->writeln("GET {$uri}");
|
||||
|
Reference in New Issue
Block a user