mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
add server types
This commit is contained in:
@ -7,4 +7,5 @@
|
||||
final class ServerType extends Enum
|
||||
{
|
||||
const REGULAR = 'regular';
|
||||
const DATABASE = 'database';
|
||||
}
|
||||
|
Reference in New Issue
Block a user