cleaning up bootstrap file.
This commit is contained in:
parent
27483835f4
commit
18b6cc44af
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue