diff --git a/src/Service/Router/Route.php b/src/Service/Router/Route.php index 3db61a1..c4d453e 100644 --- a/src/Service/Router/Route.php +++ b/src/Service/Router/Route.php @@ -340,6 +340,14 @@ public function instanceFetch() return $this; } + /** + * @return bool + */ + public function isDeprecated() + { + return $this->deprecated; + } + /** * @return boolean */