mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 15:42:48 +08:00
修正
This commit is contained in:
@@ -330,7 +330,8 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
||||
* @param bool $auto
|
||||
* @return $this
|
||||
*/
|
||||
public function autoWriteTimestamp($auto){
|
||||
public function isAutoWriteTimestamp($auto)
|
||||
{
|
||||
$this->autoWriteTimestamp = $auto;
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user