Puli\Repository\Resource\Collection\LazyResourceCollection::offsetUnset PHP Метод

offsetUnset() публичный Метод

Not supported.
public offsetUnset ( string $key )
$key string The collection key to remove.
    public function offsetUnset($key)
    {
        throw new BadMethodCallException('Lazy resource collections cannot be modified.');
    }