[
"sql" => "SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.hashed_password AS hashed_password_2, u0_.display_name AS display_name_3, u0_.roles AS roles_4, u0_.avatar_url AS avatar_url_5, u0_.status AS status_6, u0_.custom_status_text AS custom_status_text_7, u0_.last_seen_at AS last_seen_at_8, u0_.created_at AS created_at_9, u0_.is_email_verified AS is_email_verified_10, u0_.email_verification_token AS email_verification_token_11, u0_.email_verification_token_expires_at AS email_verification_token_expires_at_12, u0_.account_type AS account_type_13, u0_.description AS description_14, u0_.organization_category AS organization_category_15, u0_.featured_channel_id AS featured_channel_id_16, u0_.contact_email AS contact_email_17, u0_.website_url AS website_url_18, u0_.phone_number AS phone_number_19, u0_.postal_address AS postal_address_20, u0_.group_visibility AS group_visibility_21, u0_.accepts_membership_requests AS accepts_membership_requests_22, u0_.tutorial_completed AS tutorial_completed_23, u0_.archived_at AS archived_at_24, u0_.white_label_config AS white_label_config_25, u0_.subdomain AS subdomain_26, u0_.home_subdomain AS home_subdomain_27 FROM users u0_ WHERE u0_.email = ? AND (u0_.home_subdomain = ? OR u0_.home_subdomain IS NULL) ORDER BY CASE WHEN u0_.home_subdomain IS NULL THEN 1 ELSE 0 END ASC LIMIT 1"
"params" => [
1 => "admin@tokiwoki.dev"
2 => "meeple-club"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1204
+name: "STRING"
}
2 => Doctrine\DBAL\ParameterType {#1204}
]
]