diff --git a/src/common.php b/src/common.php index c3afd99..5a447c9 100644 --- a/src/common.php +++ b/src/common.php @@ -87,7 +87,7 @@ class Config public static $config; - public function loadConfig($config) + public static function loadConfig($config) { self::$config = $config; } diff --git a/version.txt b/version.txt index 8c9698a..aaf8be7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.3.4 \ No newline at end of file +1.3.5 \ No newline at end of file