Update user.dart

This commit is contained in:
Tobe O 2017-03-03 07:26:55 -05:00 committed by GitHub
parent b463e95df0
commit 75b18c2e6e

View file

@ -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