Extend the Kohana class in bootstrap

This commit is contained in:
Woody Gilk 2009-07-24 23:21:41 -05:00
parent 44a02e2115
commit 17a30537c8
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
<?php defined('SYSPATH') or die('No direct script access.');
//-- Extend Kohana class ------------------------------------------------------
/**
* You can extend the Kohana class here or include file that extends it here.
*
* @see http://docs.kohanaphp.com/extensions/core
*/
final class Kohana extends Kohana_Core {}
//-- Environment setup --------------------------------------------------------
/**

2
system

@ -1 +1 @@
Subproject commit 0f8c9e91574182e192b2ca837f4722b2f7bfe746
Subproject commit 55572f955f05a4c2546f531b747b9db3429e3249