Browse Source

cleaning up bootstrap file.

Taylor Otwell 13 years ago
parent
commit
18b6cc44af
1 changed files with 1 additions and 0 deletions
  1. 1 0
      laravel/laravel.php

+ 1 - 0
laravel/laravel.php

@@ -12,6 +12,7 @@ require 'core.php';
  * 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