Rename class to BaseEnv

2.x
Julien Rosset 4 years ago
parent 13f5b1d9c9
commit 5b3260e669

@ -12,10 +12,10 @@ use UnexpectedValueException;
/**
* Utility class to get informations from ENV file
*
* You should overwrite {@see Env::PATH_ENV} to set ENV file path<br>
* Overwrite {@see Env::initProperties()} to set initial properties
* You should overwrite {@see BaseEnv::PATH_ENV} to set ENV file path<br>
* Overwrite {@see BaseEnv::initProperties()} to set initial properties
*/
abstract class Env {
abstract class BaseEnv {
use TSingleton;
/**
Loading…
Cancel
Save