Skip to content

Commit

Permalink
fix:write admin log
Browse files Browse the repository at this point in the history
  • Loading branch information
liufee committed Mar 12, 2020
1 parent 6435c52 commit b31418b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/models/AdminLog.php
Expand Up @@ -36,6 +36,7 @@ public function beforeSave($insert)
if($insert){
$this->created_at = time();
}
return parent::beforeSave($insert);
}

/**
Expand Down

0 comments on commit b31418b

Please sign in to comment.