Components\Model\Traits\Timestampable::getUpdatedAt PHP 메소드

getUpdatedAt() 공개 메소드

public getUpdatedAt ( )
    public function getUpdatedAt()
    {
        return $this->updated_at;
    }