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

ServeurDeTest
Noé GARNIER 2 years ago
parent 5fc806c29a
commit cb61e661b7

@ -1,5 +1,4 @@
<?php <?php
require_once('Controller/EnigmeGateway.php');
class VisitorModel class VisitorModel
{ {
// private EnigmeGateway $enigme_gateway; // private EnigmeGateway $enigme_gateway;
@ -9,6 +8,7 @@ class VisitorModel
function __construct() function __construct()
{ {
try { try {
require_once('Controller/EnigmeGateway.php');
echo 'model1'; echo 'model1';
global $error, $view, $rep; global $error, $view, $rep;
$enigme_gateway = new EnigmeGateway(); $enigme_gateway = new EnigmeGateway();

Loading…
Cancel
Save