File "GenerateConfigReader.php"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/invoiceshelf/modules/src/Support/GenerateConfigReader.php
File size: 232 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Nwidart\Modules\Support\Config;

class GenerateConfigReader
{
    public static function read(string $value) : GeneratorPath
    {
        return new GeneratorPath(config("modules.paths.generator.$value"));
    }
}