parent
d7e13c70a6
commit
986c047c48
@ -1,13 +0,0 @@
|
||||
<?php
|
||||
|
||||
class VisitorModel{
|
||||
public $gw;
|
||||
|
||||
public function __construct(){
|
||||
$co = new Connection();
|
||||
$this->gw = new ListeGateway($co);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
Loading…
Reference in new issue