Skip to content

Commit

Permalink
let DataStore _config be public
Browse files Browse the repository at this point in the history
  • Loading branch information
loppear committed May 10, 2012
1 parent 6f8e3a6 commit d038dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cumula/Base/DataStore.php
Expand Up @@ -30,7 +30,7 @@
*/
abstract class DataStore extends \Cumula\Application\EventDispatcher {
protected $_connected = false;
protected $_config = array();
public $_config = array();
protected $_fields = false;

public function requiredConfig() {
Expand Down

0 comments on commit d038dd9

Please sign in to comment.