We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed th instruction and did the installation then I executed this in tinkerwell:
use Illuminate\Support\Collection; $collection = OpenFoodFacts::find('Coca Cola Zero'); dump($collection);
and got this error:
DEPRECATED reset(): Calling reset() on an object is deprecated in vendor/openfoodfacts/openfoodfacts-laravel/src/OpenFoodFacts.php on line 85.
Laravel 11.39.0 php 8.3.16 Local on Mac with Laravel Valet
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
I followed th instruction and did the installation then I executed this in tinkerwell:
and got this error:
Laravel 11.39.0
php 8.3.16
Local on Mac with Laravel Valet
The text was updated successfully, but these errors were encountered: