Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
payload: Make the class final
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycastelli committed Apr 10, 2018
1 parent c37aab0 commit da39a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/APNS/Payload.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation
import Vapor

public class Payload: Content {
public final class Payload: Content {

/// The number to display as the badge of the app icon.
public var badge: Int?
Expand Down

0 comments on commit da39a75

Please sign in to comment.