DotenvFactory::create()

Creates a new mutable environment variables instance.


Return

(DotenvEnvironmentVariablesInterface)


Source

File: vendor/vlucas/phpdotenv/src/Environment/DotenvFactory.php

    public function create()
    {
        return new DotenvVariables($this->adapters, false);
    }