We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
preprod
1 parent 6a2e526 commit 050565fCopy full SHA for 050565f
src/Support/Environment.php
@@ -11,6 +11,7 @@ final class Environment
11
{
12
public const string PRODUCTION = 'production';
13
public const string MIGRATION = 'migration';
14
+ public const string PREPROD = 'preprod';
15
public const string STAGING = 'staging';
16
public const string DEVELOPMENT = 'development';
17
public const string LOCAL = 'local';
0 commit comments