Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
twof committed Oct 4, 2018
1 parent e3503c2 commit 9c94f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CrudRouter/CrudController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ extension CrudController {

public func crud<ParentType>(
at path: PathComponentsRepresentable...,
for relation: KeyPath<ModelType, Parent<ModelType, ParentType>>,
parent relation: KeyPath<ModelType, Parent<ModelType, ParentType>>,
relationConfiguration: ((CrudParentController<ModelType, ParentType>) throws -> Void)?=nil
) throws where
ParentType: Model & Content,
Expand Down

0 comments on commit 9c94f54

Please sign in to comment.