You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a multi-tenant database setup, and when trying to query a model I get "Unknown column 'id'". Turns out the method \Unlu\Laravel\Api\QueryBuilder::hasTableColumn calls Schema::hasColumn without setting connection first. Should be:
I have a multi-tenant database setup, and when trying to query a model I get "Unknown column 'id'". Turns out the method
\Unlu\Laravel\Api\QueryBuilder::hasTableColumn
calls Schema::hasColumn without setting connection first. Should be:The text was updated successfully, but these errors were encountered: