SELECT a0_.id AS id_0, a0_.created_at AS created_at_1, a0_.updated_at AS updated_at_2, a0_.stat AS stat_3, a0_.ord AS ord_4, a0_.name AS name_5, a0_.methods AS methods_6, a1_.id AS id_7, a1_.created_at AS created_at_8, a1_.updated_at AS updated_at_9, a1_.translatable_id AS translatable_id_10, a1_.lang AS lang_11, a1_.title AS title_12, a1_.slug AS slug_13, a1_.translatable_id AS translatable_id_14 FROM admin_admin_action a0_ LEFT JOIN admin_admin_action_translation a1_ ON a0_.id = a1_.translatable_id WHERE a0_.stat = 1 AND (a1_.title IS NOT NULL AND a1_.title <> '') AND a1_.lang = ?
doctrine
[
"pl"
]
debug
SELECT a0_.id AS id_0, a0_.created_at AS created_at_1, a0_.updated_at AS updated_at_2, a0_.stat AS stat_3, a0_.ord AS ord_4, a0_.parent_id AS parent_id_5, a0_.name AS name_6, a0_.is_breadcrumb_transient AS is_breadcrumb_transient_7, a0_.package AS package_8, a0_.main_menu AS main_menu_9, a0_.entity_name AS entity_name_10, a0_.entity_package AS entity_package_11, a1_.id AS id_12, a1_.created_at AS created_at_13, a1_.updated_at AS updated_at_14, a1_.translatable_id AS translatable_id_15, a1_.lang AS lang_16, a1_.title AS title_17, a1_.slug AS slug_18, a0_.parent_id AS parent_id_19, a1_.translatable_id AS translatable_id_20 FROM admin_admin_module a0_ LEFT JOIN admin_admin_module_translation a1_ ON a0_.id = a1_.translatable_id WHERE a0_.stat = 1 AND (a1_.title IS NOT NULL AND a1_.title <> '') AND a1_.lang = ? ORDER BY a0_.ord ASC
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" instead.
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
User Deprecated: Method "Doctrine\ORM\Tools\SchemaValidator::validateClass()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Package\Toolkit\Doctrine\DataCollector\SchemaValidator" now to avoid errors or add an explicit @return annotation to suppress this message.