cleaning up various codes.

This commit is contained in:
Taylor Otwell
2012-02-06 19:59:07 -06:00
parent 78dc4529f1
commit 007863a6fa
5 changed files with 9 additions and 18 deletions

View File

@@ -64,4 +64,6 @@ foreach ($bundles as $bundle => $value)
* be the default timezone used by all date functions through
* throughout the entire application.
*/
date_default_timezone_set(Config::get('application.timezone'));
$timezone = Config::get('application.timezone');
date_default_timezone_set($timezone);