Fix SSL configuration method

Closes #72
This commit is contained in:
pxgamer
2018-11-26 11:23:02 +00:00
parent ba2c37fe1e
commit 5841936f04

View File

@@ -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
]);
}