Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ycrao committed Aug 16, 2018
1 parent fb9bf7a commit 4cc1823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/ChangeLocale.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@ public function handle()
$lng = 'zh-CN';
}
if ($lang !== $lng) {
session()->set($sid, $lng);
session()->put($sid, $lng);
}
}

Expand Down

0 comments on commit 4cc1823

Please sign in to comment.