Browse Source

Update 'src/BBRouter/Route.php'

ahwelp 6 năm trước cách đây
mục cha
commit
f006f78353
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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(){