From fcb466d9a72b2230c9de4befd14284ba0be16702 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Fri, 5 Dec 2025 10:51:17 -0500 Subject: [PATCH] upd: changed command to import instead of ingest --- src/Command/IngestReferenceCommand.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Command/IngestReferenceCommand.php b/src/Command/IngestReferenceCommand.php index 02e08a8..f463774 100644 --- a/src/Command/IngestReferenceCommand.php +++ b/src/Command/IngestReferenceCommand.php @@ -12,9 +12,9 @@ use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Style\SymfonyStyle; #[AsCommand( - name: 'IngestReference', - aliases: ['app:ingest-ref'], - description: 'Script to use to crawl a directory and ingest references', + name: 'ImportReference', + aliases: ['app:import-ref'], + description: 'Script to use to crawl a directory and import references', )] class IngestReferenceCommand extends Command {