Updated Kohana_Log __construct() to be final

This commit is contained in:
Woody Gilk 2009-06-10 10:58:03 -05:00
parent db755f45f2
commit 2fae48e2a2

View file

@ -140,7 +140,7 @@ class Kohana_Log_Core {
}
}
private function __construct()
final private function __construct()
{
// Enforce singleton behavior
}