cleaning up bootstrap file.

This commit is contained in:
Taylor Otwell 2012-01-24 10:10:28 -06:00
parent 27483835f4
commit 18b6cc44af
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
* default timezone used by all date / timezone functions throughout * default timezone used by all date / timezone functions throughout
* the entire application. * the entire application.
*/ */
date_default_timezone_set(Config::get('application.timezone')); date_default_timezone_set(Config::get('application.timezone'));
/** /**
* Register the PHP exception handler. The framework throws exceptions * Register the PHP exception handler. The framework throws exceptions