songs); $songs->each(fn ($song) => $this->authorize('own', $song)); $songService->makeSongsPublic($songs); return response()->noContent(); } }