Flarum\Event\AbstractConfigureRoutes::delete PHP Method

delete() public method

public delete ( string $url, string $name, string $controller )
$url string
$name string
$controller string
    public function delete($url, $name, $controller)
    {
        $this->route('delete', $url, $name, $controller);
    }