laravel-shopify icon indicating copy to clipboard operation
laravel-shopify copied to clipboard

Weird query coming from Shop.php

Open ignacio-dev opened this issue 6 months ago • 0 comments

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?

ignacio-dev avatar Aug 16 '24 13:08 ignacio-dev