Skip to content

Commit 4e33d1a

Browse files
committed
Kohana_Config_Database should extend Config_Database_Writer
`Kohana_Config_Database` should extend `Config_Database_Writer` but not `Kohana_Config_Database_Writer`. This is to ensure that changes to Config_Database_Writer affect Kohana_Config_Database when transparently extending through the Kohana CFS.
1 parent 75db598 commit 4e33d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Kohana/Config/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @copyright (c) 2012 Kohana Team
1010
* @license http://kohanaframework.org/license
1111
*/
12-
class Kohana_Config_Database extends Kohana_Config_Database_Writer
12+
class Kohana_Config_Database extends Config_Database_Writer
1313
{
1414

1515
}

0 commit comments

Comments
 (0)