Overrides LazyPluginCollection::remove
public function remove($instance_id) { $this->get($instance_id) ->remove(); parent::remove($instance_id); }