make route verb part of the abstract class

This commit is contained in:
Dennis Eichhorn 2022-03-11 23:19:08 +01:00
parent 960fdfcfe9
commit f92947175c

View File

@ -270,6 +270,8 @@ abstract class RequestAbstract implements MessageInterface
*/
abstract public function getOrigin() : string;
abstract public function getRouteVerb() : int;
/**
* {@inheritdoc}
*/