@@ -53,6 +53,6 @@ |
||
53 | 53 | } |
54 | 54 | |
55 | 55 | $loader->required(self::MANDATORY_ENV_VARIABLES) |
56 | - ->notEmpty(); |
|
56 | + ->notEmpty(); |
|
57 | 57 | } |
58 | 58 | } |
@@ -26,6 +26,6 @@ |
||
26 | 26 | } |
27 | 27 | |
28 | 28 | $loader->required(EnvironmentLoader::MANDATORY_ENV_VARIABLES) |
29 | - ->notEmpty(); |
|
29 | + ->notEmpty(); |
|
30 | 30 | } |
31 | 31 | } |