We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3c8eba + f2bc735 commit a4bd821Copy full SHA for a4bd821
classes/pushko/core.php
@@ -56,7 +56,7 @@ public function __construct($channel, $name = NULL)
56
$name = self::$default_config_name;
57
}
58
59
- $this->_config = Kohana::config('pushko')->$name;
+ $this->_config = Kohana::$config->load('pushko')->$name;
60
61
if ( ! isset($this->_config['app_id']) OR
62
$this->_config['app_id'] === NULL OR
0 commit comments