Skip to content

Commit

Permalink
Merge pull request #85 from kohana/3.3/bugfix/config_database_writer-…
Browse files Browse the repository at this point in the history
…cfs-extension

Kohana_Config_Database should extend Config_Database_Writer
  • Loading branch information
acoulton committed Nov 6, 2014
2 parents 75db598 + 4e33d1a commit 898a942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Kohana/Config/Database.php
Expand Up @@ -9,7 +9,7 @@
* @copyright (c) 2012 Kohana Team
* @license http://kohanaframework.org/license
*/
class Kohana_Config_Database extends Kohana_Config_Database_Writer
class Kohana_Config_Database extends Config_Database_Writer
{

}

0 comments on commit 898a942

Please sign in to comment.