Kaynağa Gözat

Merge branch 'master' of ssh://gogs.vipe.re:6022/KarmaSolutions/KarmaFW

Max F 5 yıl önce
ebeveyn
işleme
94b1cf1bf7
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      src/Routing/Route.php

+ 5 - 0
src/Routing/Route.php

@@ -86,6 +86,11 @@ class Route
 		return $this->matched_params;
 	}
 
+	public function getMatchedPrefix()
+	{
+		return $this->matched_prefix;
+	}
+
 	// Get route name
 	public function getName()
 	{