faryar
faryar
hi, for your example, look like this whereUser_profile But with a little change it can be similar to laravel_query_builder. Thanks about slack I joined
now can select "user" with `$db->query()->whereUser('data')->first();//will work` also ` $db->query()->whereuser_profile_is_with_some_query('data')->first(); //edited : will not work ` to select "User" whereUser or whereuser to select "UserOwner" whereUserowner or whereuserowner
> Hi having the same issue, this is caused by webpack in next js importing different module files from preact/compat one from preact/compat/dist/compat.mjs.js and also from preact/compat/dist/compat.js > > This...