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

oldValue() public méthode

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