RouterConfig::removeRoute

Usage

void RouterConfig::removeRoute(string $path, [ string $host = 'default' ])

Description

Remove a route

Parameters

Parameter Required Type Description
$path Yes string
$host No string

Return Value

void

See Also