Skip to content

Commit

Permalink
Fix: modified() 输出逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
ShangJixin authored Dec 26, 2020
1 parent b3da134 commit bab2ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dynamics_Abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ public function setCreated($created)
*/
public function modified()
{
echo $this->modified;
$this->action();
echo date($this->config->timeFormat, $this->modified);
}

/**
Expand Down

0 comments on commit bab2ebe

Please sign in to comment.