probots-io / pinecone-php

A beautiful, extendable PHP Package to communicate with your pinecone.io indices, collections and vectors.
https://probots.io
MIT License
53 stars 17 forks source link

Fixing PSR-4 Autoloading Issue in Probots\Pinecone\Requests\Exceptions\MissingNameException #4

Closed ianfortier closed 1 year ago

ianfortier commented 1 year ago

This pull request resolves the PSR-4 autoloading issue for the MissingNameException class in the Probots\Pinecone\Requests\Exceptions namespace.

Class Probots\Pinecone\Requests\Exceptions\MissingNameException located in 
(...)/vendor/probots-io/pinecone-php/src\Exceptions\MissingNameException.php
does not comply with psr-4 autoloading standard. Skipping.

I have updated the namespace to Probots\Pinecone\Exceptions to align with the folder structure.

derpoho commented 1 year ago

thanks @ianfortier