Magiguigui
Results
2
comments of
Magiguigui
You can override the static `query(on: Database)` method of Model protocol directly in your `User` model : ```swift public static func query(on database: Database) -> QueryBuilder { return QueryBuilder(database: database)...
I took care to correct from your review and improve a little bit the doc. Also add a commit of code (Wasn't sufficient for vapor to make Middleware ServiceType compliant)...