Skip to content

Commit

Permalink
路由组件接口,需要继承基础组件接口
Browse files Browse the repository at this point in the history
  • Loading branch information
ywisax committed Sep 15, 2015
1 parent fa7ab7b commit f991ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Component/RouteInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

namespace tourze\Route\Component;

use tourze\Base\ComponentInterface;
use tourze\Route\Entry;

/**
* 默认的路由器接口
*
* @package tourze\Route
*/
interface RouteInterface
interface RouteInterface extends ComponentInterface
{

/**
Expand Down

0 comments on commit f991ec0

Please sign in to comment.