Firewall rules wip, server show improved
This commit is contained in:
10
app/Enums/FirewallRuleStatus.php
Normal file
10
app/Enums/FirewallRuleStatus.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum FirewallRuleStatus: string
|
||||
{
|
||||
case NOT_APPLIED = 'not-applied';
|
||||
case APPLIED = 'applied';
|
||||
case FAILED = 'failed';
|
||||
}
|
||||
Reference in New Issue
Block a user