コード例 #1
0
ファイル: common.php プロジェクト: HansonHuang/Pyramid
function route_get($route)
{
    return Route::get($route);
}