Skip to content

Commit

Permalink
fix(PC): 签到配置修正
Browse files Browse the repository at this point in the history
issue #469

(cherry picked from commit f0836451b4d70e4a33c096531bff02a133d12404)
  • Loading branch information
mutoe committed Dec 4, 2018
1 parent ff31769 commit be1614d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use function Zhiyi\Component\ZhiyiPlus\PlusComponentPc\getAvatar;
@endphp

@if (($config['bootstrappers']['checkin'] ?? false) && !empty($data) )
@if (($config['bootstrappers']['checkin']['switch'] ?? false) && !empty($data) )
<div class="checkin_cont">
<div class="checkin_user">
<span>
Expand Down

0 comments on commit be1614d

Please sign in to comment.