mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-11 07:27:58 +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…
Reference in New Issue
Block a user