diff --git a/src/Command/ProcessWatchlistsCommand.php b/src/Command/ProcessWatchlistsCommand.php new file mode 100644 index 0000000..a5d4f41 --- /dev/null +++ b/src/Command/ProcessWatchlistsCommand.php @@ -0,0 +1,42 @@ +bus->dispatch(new ProcessWatchListsTrigger()); + + $io->success('Watchlist processing triggered!'); + + return Command::SUCCESS; + } +}