Skip to content

Commit

Permalink
fixed #726
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Jan 14, 2019
1 parent 6fa1ad5 commit 3b41b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Utilities/Overrider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ protected static function loadSettings()

// Timezone
config(['app.timezone' => setting('general.timezone', 'UTC')]);
date_default_timezone_set(config('app.timezone'));

// Email
$email_protocol = setting('general.email_protocol', 'mail');
Expand Down

0 comments on commit 3b41b90

Please sign in to comment.