Certificationy\Cli\Command\StartCommand::path PHP Method

path() protected method

Returns configuration file path
protected path ( null | string $config = null ) : String
$config null | string
return String $path The configuration filepath
    protected function path($config = null)
    {
        return $config ? $config : dirname(__DIR__) . DIRECTORY_SEPARATOR . 'config.yml';
    }