Inheritance: extends Dotenv\Loader
Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function removeEnv($name)
 {
     $this->loader->clearEnvironmentVariable($name);
 }