mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-09 10:15:44 +02:00
Fix 'news:updater:after-update' command
Signed-off-by: Gioele Falcetti <thegio.f@gmail.com>
This commit is contained in:
parent
b17f1ca26d
commit
e8a1fd63fc
@ -44,7 +44,7 @@ class AfterUpdate extends Command
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||
{
|
||||
$count = $input->getArgument('id');
|
||||
$count = $input->getArgument('purge_count');
|
||||
|
||||
echo $this->itemService->purgeOverThreshold($count);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user