Spatie\Activitylog\Models\Activity::getExtraProperty PHP Method

getExtraProperty() public method

Get the extra properties with the given name.
public getExtraProperty ( string $propertyName ) : mixed
$propertyName string
return mixed
    public function getExtraProperty(string $propertyName)
    {
        return array_get($this->properties->toArray(), $propertyName);
    }