creating networks wip
This commit is contained in:
@@ -7,7 +7,7 @@ use App\Enums\Concerns\Arrayable;
|
||||
enum FirewallRuleType: string
|
||||
{
|
||||
use Arrayable;
|
||||
|
||||
|
||||
case ALLOW = 'allow';
|
||||
case DENY = 'deny';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user