Spatie\Activitylog\ActivityLogger::withProperty PHP Method

withProperty() public method

public withProperty ( string $key, mixed $value )
$key string
$value mixed
    public function withProperty(string $key, $value)
    {
        $this->properties->put($key, $value);
        return $this;
    }