BackupManager\Laravel\DbListCommand::askPath PHP Метод

askPath() приватный Метод

private askPath ( )
    private function askPath()
    {
        $root = $this->filesystems->getConfig($this->option('source'), 'root');
        $path = $this->ask("From which path?<comment> {$root}</comment>");
        $this->input->setOption('path', $path);
    }