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