Skip to content

Commit 050565f

Browse files
committed
fix: add preprod to environment enum
1 parent 6a2e526 commit 050565f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Support/Environment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ final class Environment
1111
{
1212
public const string PRODUCTION = 'production';
1313
public const string MIGRATION = 'migration';
14+
public const string PREPROD = 'preprod';
1415
public const string STAGING = 'staging';
1516
public const string DEVELOPMENT = 'development';
1617
public const string LOCAL = 'local';

0 commit comments

Comments
 (0)