Arcanedev\SeoHelper\Bases\MetaCollection::refresh PHP Method

refresh() private method

Refresh meta collection items.
private refresh ( ) : MetaCollection
return MetaCollection
    private function refresh()
    {
        return $this->map(function (MetaContract $meta) {
            return $meta->setPrefix($this->prefix);
        });
    }