App\Services\Config\DotenvReader::__construct PHP Method

__construct() public method

public __construct ( App\Services\Filesystem\FilesystemInterface $fs, $path )
$fs App\Services\Filesystem\FilesystemInterface
    public function __construct(FilesystemInterface $fs, $path)
    {
        $this->fs = $fs;
        $this->path = $path;
    }