We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c8eba commit f2bc735Copy full SHA for f2bc735
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