Skip to content

Commit

Permalink
fix s
Browse files Browse the repository at this point in the history
  • Loading branch information
den-dev committed Nov 24, 2015
1 parent d10cbee commit 9e1af29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NoKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function get_config_value( $config_name, $default_value = false )
*/
public function get_config_values( $service_name = false ) // pour etre identique a Kernel
{
return $this->_configs;
return $this->_config;
}

/**
Expand Down

0 comments on commit 9e1af29

Please sign in to comment.