Update user.dart
This commit is contained in:
parent
b463e95df0
commit
75b18c2e6e
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ String hashPassword(String password) =>
|
|||
/// Here, we extended the base service class. This allows to only expose
|
||||
/// specific methods, and also allows more freedom over things such as validation.
|
||||
class UserService extends TypedService<User> {
|
||||
|
||||
UserService(DbCollection collection) : super(new MongoService(collection));
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue