mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
bugfix in UserMapper
This commit is contained in:
@@ -79,7 +79,7 @@ class UserMapper
|
||||
$user->setUsername($row['username']);
|
||||
$user->setEmail($row['email']);
|
||||
|
||||
return user;
|
||||
return $user;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user