[
"sql" => "SELECT a0_.id AS id_0, a0_.artist_name AS artist_name_1, a0_.slug AS slug_2, a0_.bio AS bio_3, a0_.profile_photo AS profile_photo_4, a0_.cover_photo AS cover_photo_5, a0_.city AS city_6, a0_.department AS department_7, a0_.region AS region_8, a0_.postal_code AS postal_code_9, a0_.country AS country_10, a0_.siret AS siret_11, a0_.cgv_filename AS cgv_filename_12, a0_.latitude AS latitude_13, a0_.longitude AS longitude_14, a0_.workshop_visitable AS workshop_visitable_15, a0_.workshop_hours AS workshop_hours_16, a0_.workshop_address AS workshop_address_17, a0_.website AS website_18, a0_.instagram AS instagram_19, a0_.facebook AS facebook_20, a0_.stripe_account_id AS stripe_account_id_21, a0_.stripe_onboarding_status AS stripe_onboarding_status_22, a0_.subscription_status AS subscription_status_23, a0_.subscription_stripe_id AS subscription_stripe_id_24, a0_.created_at AS created_at_25, a0_.updated_at AS updated_at_26, s1_.id AS id_27, s1_.name AS name_28, s1_.slug AS slug_29, s1_.custom_domain AS custom_domain_30, s1_.theme AS theme_31, s1_.theme_config AS theme_config_32, s1_.is_active AS is_active_33, s1_.analytics_scripts AS analytics_scripts_34, s1_.created_at AS created_at_35, s1_.updated_at AS updated_at_36, c2_.id AS id_37, c2_.name AS name_38, c2_.slug AS slug_39, c2_.icon AS icon_40, a0_.user_id AS user_id_41, s1_.artisan_id AS artisan_id_42, c2_.parent_id AS parent_id_43 FROM artisan a0_ INNER JOIN shop s1_ ON a0_.id = s1_.artisan_id LEFT JOIN artisan_discipline a3_ ON a0_.id = a3_.artisan_id LEFT JOIN category c2_ ON c2_.id = a3_.category_id WHERE s1_.is_active = ? ORDER BY a0_.artist_name ASC"
"params" => [
1 => 1
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#828
+name: "BOOLEAN"
}
]
]