PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Support
/
Config
<?php namespace Nwidart\Modules\Support\Config; class GenerateConfigReader { public static function read(string $value) : GeneratorPath { return new GeneratorPath(config("modules.paths.generator.$value")); } }
[-] GeneratorPath.php
[edit]
[+]
..
[-] GenerateConfigReader.php
[edit]