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