Components\Model\Traits\Timestampable::getUpdatedAt PHP Method

getUpdatedAt() public method

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