Kirby\Cli\Command\Delete\User::root PHP Method

root() protected method

protected root ( )
    protected function root()
    {
        return $this->kirby()->roots()->site() . DS . 'accounts';
    }