mirror of https://github.com/vapor/docs.git
remove parameter label
This commit is contained in:
parent
57e8cf28f6
commit
56916fec70
|
|
@ -404,7 +404,7 @@ extension MySQLUserRepository {
|
|||
static let serviceSupports: [Any.Type] = [UserRepository.self]
|
||||
|
||||
static func makeService(for worker: Container) throws -> Self {
|
||||
return .init(db: worker.connectionPool(to: .mysql))
|
||||
return .init(worker.connectionPool(to: .mysql))
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue