芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib/Entities/SubscriberIPEntity.php
ip = $ip; $this->createdAt = new Carbon(); } public function getIP(): string { return $this->ip; } public function getCreatedAt(): DateTimeInterface { return $this->createdAt; } public function setCreatedAt(DateTimeInterface $createdAt): void { $this->createdAt = $createdAt; } }