From 29ab1011301cb77570c7e077e13e144be233b8a6 Mon Sep 17 00:00:00 2001 From: Vitaliy Dotsenko Date: Thu, 27 Jun 2019 18:26:23 +0300 Subject: [PATCH] Fixed enable the firewall rule by default --- src/Endpoints/Firewall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Endpoints/Firewall.php b/src/Endpoints/Firewall.php index 49f68e9..c9cd95d 100644 --- a/src/Endpoints/Firewall.php +++ b/src/Endpoints/Firewall.php @@ -28,7 +28,7 @@ class Firewall implements API string $expression, string $action, string $description = null, - bool $paused = true, + bool $paused = false, int $priority = null ): array { $rule = [