mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-05-28 09:29:33 +02:00
bugfix in UserMapper
This commit is contained in:
parent
c3a433f0c6
commit
6cedf6656c
@ -79,7 +79,7 @@ class UserMapper
|
||||
$user->setUsername($row['username']);
|
||||
$user->setEmail($row['email']);
|
||||
|
||||
return user;
|
||||
return $user;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user