expiringItemService = $expiringItemService; } /** * Execute the console command. */ public function handle() { $this->expiringItemService->notifyExpiringItems(); $this->info('Expiring Advertisement notifications sent successfully.'); } }