mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +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 = [];
|
||||
|
||||
/**
|
||||
* Language.
|
||||
*
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected $language = '';
|
||||
|
||||
/**
|
||||
* Request type.
|
||||
*
|
||||
|
|
@ -153,15 +145,6 @@ abstract class RequestAbstract implements MessageInterface
|
|||
$this->uri = $uri;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get request language.
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
abstract public function getLanguage() : string;
|
||||
|
||||
/**
|
||||
* Get request hash.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user