sync(); $this->info('Daten wurden aktualisiert'); $this->line('Services: '.$summary['services_count']); $this->line('Songs in Agenda: '.$summary['songs_count']); $this->line('Gematchte Songs: '.$summary['matched_songs_count']); $this->line('Nicht gematchte Songs: '.$summary['unmatched_songs_count']); return self::SUCCESS; } catch (Throwable $exception) { $this->error('Fehler beim Synchronisieren: '.$exception->getMessage()); return self::FAILURE; } } }