From 5841936f04548d14d00660e85eb7f2e1babafb46 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Mon, 26 Nov 2018 11:23:02 +0000 Subject: [PATCH] Fix SSL configuration method Closes #72 --- src/Configurations/PageRulesActions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]); }