Venturecraft\Revisionable\Revision::newValue PHP Méthode

newValue() public méthode

Grab the new value of the field, if it was a foreign key attempt to get an identifying name for the model.
public newValue ( ) : string
Résultat string old value
    public function newValue()
    {
        return $this->getValue('new');
    }