Bogardo\Mailgun\MailgunServiceProvider::configPath PHP Method

configPath() protected method

Get the path to the config directory.
protected configPath ( string $file = '' ) : string
$file string
return string
    protected function configPath($file = '')
    {
        return dirname(__DIR__) . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . $file;
    }