Удалить 'htdocs/includes/models/sender.class.php'
This commit is contained in:
parent
0376a1f354
commit
295a47bba7
|
|
@ -1,19 +0,0 @@
|
|||
<?php
|
||||
|
||||
class Sender extends Model
|
||||
{
|
||||
public function __construct($id)
|
||||
{
|
||||
parent::__construct($id);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get sender station
|
||||
*
|
||||
* @return Station
|
||||
*/
|
||||
public function getSenderStationObject()
|
||||
{
|
||||
return StationRepository::getInstance()->getObjectByNameAndSenderId($this->name, $this->id);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue