ArgumentCountError: Too few arguments to function Illuminate\Database\Query\Expression::getValue(), 0 passed in /home/jon/Projects/Teleforce/routing_number_lookup/vendor/caneara/quest/src/Macros/WhereFuzzy.php on line 95 and exactly 1 expected in file /home/jon/Projects/Teleforce/routing_number_lookup/vendor/laravel/framework/src/Illuminate/Database/Query/Expression.php on line 34
I then tried to use the DB facade configuration, and the same error occurred.
Here are the relavant packages in my composer.json
I just booted up a fresh Laravel repo and need some fuzzy search functionality. After following the docs for using, my code looks like this.
RoutingNumber::whereFuzzy('bank_name', 'WELLS')->first();
After running, I get this error:
I then tried to use the DB facade configuration, and the same error occurred.
Here are the relavant packages in my composer.json
If you need more information let me know. Thanks for the time.