test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent cfc4ecfe86
commit 80c871123e

@ -10,9 +10,9 @@ class VisitorModel
try {
echo 'model1';
global $error, $view, $rep;
$this->enigme_gateway = new EnigmeGateway();
$this->partie_gateway = new PartieGateway();
$this->utilisateur_gateway = new UtilisateurGateway();
$this->enigme_gateway = 12;
$this->partie_gateway = 13;
$this->utilisateur_gateway = 14;
} catch (Exception $e) {
$error = $e->getMessage();
require($rep . $view['erreur']);

Loading…
Cancel
Save