laravel-shopify
laravel-shopify copied to clipboard
Weird query coming from Shop.php
Using Laravel's debugbar, I see the following query being made on every request:
select * from `users` where `name` is null and `shopify_namespace` is null and `users`.`deleted_at` is null limit 1
It seems to be coming from this file:
vendor/kyon147/laravel-shopify/src/Storage/Queries/Shop.php
Is this normal?