diff --git a/WEB/Model/VisitorModel.php b/WEB/Model/VisitorModel.php index 5fa7839f..89836ba7 100644 --- a/WEB/Model/VisitorModel.php +++ b/WEB/Model/VisitorModel.php @@ -9,6 +9,7 @@ class VisitorModel function __construct() { try { + echo 'model1'; global $error, $view, $rep; $this->enigme_gateway = new EnigmeGateway(); $this->partie_gateway = new PartieGateway();