mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 07:18:39 +00:00
Remove language (is part of l11n)
This commit is contained in:
parent
3d840501f9
commit
2330079630
|
|
@ -80,14 +80,6 @@ abstract class RequestAbstract implements MessageInterface
|
||||||
*/
|
*/
|
||||||
protected $path = [];
|
protected $path = [];
|
||||||
|
|
||||||
/**
|
|
||||||
* Language.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
protected $language = '';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Request type.
|
* Request type.
|
||||||
*
|
*
|
||||||
|
|
@ -153,15 +145,6 @@ abstract class RequestAbstract implements MessageInterface
|
||||||
$this->uri = $uri;
|
$this->uri = $uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get request language.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
abstract public function getLanguage() : string;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get request hash.
|
* Get request hash.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user