Ejemplo n.º 1
0
 /**
  * Make Dotenv mutable. Environment variables will act as, well, variables.
  */
 public static function makeMutable()
 {
     self::$immutable = false;
 }