|
|
@ -3,7 +3,7 @@
|
|
|
|
namespace model;
|
|
|
|
namespace model;
|
|
|
|
|
|
|
|
|
|
|
|
class MdlUser extends MdlBase{
|
|
|
|
class MdlUser extends MdlBase{
|
|
|
|
private JoueurGateway $gw;
|
|
|
|
private UtilisateurConnecteGateway $gw;
|
|
|
|
|
|
|
|
|
|
|
|
public function __construct(){
|
|
|
|
public function __construct(){
|
|
|
|
parent::__construct();
|
|
|
|
parent::__construct();
|
|
|
|