mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-25 22:24:28 +00:00
remove deprecated model
This commit is contained in:
parent
7d7629488a
commit
3c233fcfad
@ -1,16 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
class AppModelSession {
|
|
||||||
|
|
||||||
private $_address;
|
|
||||||
|
|
||||||
public function __construct(string $address)
|
|
||||||
{
|
|
||||||
$this->_address = $address;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getAddress() : string
|
|
||||||
{
|
|
||||||
return $this->_address;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user