mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 09:05:43 +00:00
remove deprecated model
This commit is contained in:
parent
7d7629488a
commit
3c233fcfad
1 changed files with 0 additions and 16 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue