/home/brandsfa/www/vendor/nwidart/laravel-modules/src/Support/Config/GenerateConfigReader.php
<?php

namespace Nwidart\Modules\Support\Config;

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