diff --git a/fluent/model.md b/fluent/model.md index e51880d9..62e4e4c6 100644 --- a/fluent/model.md +++ b/fluent/model.md @@ -72,7 +72,7 @@ Now that we have covered initializing the model, we need to show it how to save ```swift final class User: Model { - func makeNode() throws -> Node { + func makeNode(context: Context) throws -> Node { return try Node(node: [ "id": id, "name": name