option('startDate'); $endDate = $this->option('endDate'); $syncService = new SyncSubscribe(); $syncService->syncStartDate = $startDate; $syncService->syncEndDate = $endDate; $syncService->sync(); } }