mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
make route verb part of the abstract class
This commit is contained in:
parent
960fdfcfe9
commit
f92947175c
|
|
@ -270,6 +270,8 @@ abstract class RequestAbstract implements MessageInterface
|
|||
*/
|
||||
abstract public function getOrigin() : string;
|
||||
|
||||
abstract public function getRouteVerb() : int;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user