Browse Source

Update 'src/BBRouter/Route.php'

ahwelp 6 years ago
parent
commit
f006f78353
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/BBRouter/Route.php

+ 1 - 0
src/BBRouter/Route.php

@@ -184,6 +184,7 @@ class Route{
 
     function set_uri($uri){
         $this->_uri = $uri;
+        return $this;
     }
 
     function get_segments(){