diff --git a/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php b/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php index 1d62639..4ece89a 100644 --- a/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php +++ b/vendor/open-function-computers-llc/rad-theme-engine/src/Site.php @@ -29,7 +29,7 @@ class Site return self::$instance; } - private function __construct($config = []) + private function __construct(array $config) { if ($config == [] && file_exists(TEMPLATEPATH . "/config.php")) { $config = include(TEMPLATEPATH . "/config.php");