mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
update enum names
This commit is contained in:
parent
2c16aae0f1
commit
6855613920
@ -11,14 +11,14 @@ namespace Bloxstrap.Enums
|
|||||||
[Description("stage")]
|
[Description("stage")]
|
||||||
Staging,
|
Staging,
|
||||||
|
|
||||||
[Description("int")]
|
[Description("dev")]
|
||||||
Integration,
|
Dev,
|
||||||
|
|
||||||
[Description("pizza")]
|
[Description("pizza")]
|
||||||
IntegrationPizza,
|
DevPizza,
|
||||||
|
|
||||||
[Description("matt")]
|
[Description("matt")]
|
||||||
IntegrationMatt,
|
DevMatt,
|
||||||
|
|
||||||
[Description("local")]
|
[Description("local")]
|
||||||
Local
|
Local
|
||||||
|
Loading…
Reference in New Issue
Block a user