diff --git a/src/Configurations/PageRulesActions.php b/src/Configurations/PageRulesActions.php index 58f26f4..072a207 100644 --- a/src/Configurations/PageRulesActions.php +++ b/src/Configurations/PageRulesActions.php @@ -261,7 +261,7 @@ class PageRulesActions implements Configurations throw new ConfigurationsException('Can only be set to off, flexible, full, strict, origin_pull.'); } - $this->addConfigurationOption('smart_errors', [ + $this->addConfigurationOption('ssl', [ 'value' => $value ]); }