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

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

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