diff --git a/src/main/kotlin/app/revanced/patcher/patch/implementation/BytecodePatch.kt b/src/main/kotlin/app/revanced/patcher/patch/implementation/BytecodePatch.kt index 7671b8e..a2ff07d 100644 --- a/src/main/kotlin/app/revanced/patcher/patch/implementation/BytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patcher/patch/implementation/BytecodePatch.kt @@ -9,5 +9,5 @@ import app.revanced.patcher.signature.implementation.method.MethodSignature * @param signatures A list of [MethodSignature] this patch relies on. */ abstract class BytecodePatch( - val signatures: Iterable + internal val signatures: Iterable ) : Patch() \ No newline at end of file