colopl / laravel-spanner

Laravel database driver for Google Cloud Spanner
Apache License 2.0
97 stars 16 forks source link

PHP Fatal error: Declaration of Colopl\Spanner\Query\Builder::updateOrInsert(array $attributes, array $values = []) #219

Closed LeVadim closed 5 months ago

LeVadim commented 5 months ago

Hello!

Getting following error on the latest version of this package:

PHP Fatal error: Declaration of Colopl\Spanner\Query\Builder::updateOrInsert(array $attributes, array $values = []) must be compatible with Illuminate\Database\Query\Builder::updateOrInsert(array $attributes, callable|array $values = []) in html/vendor/colopl/laravel-spanner/src/Query/Builder.php on line 64

Can you please check? Screenshot 2024-06-07 at 7 58 38 AM

Thank you!