User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator" class is deprecated, use the new authenticator system instead.
"SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.created_at AS created_at_4, t0.roles AS roles_5, t0.email AS email_6, t0.is_active AS is_active_7, t0.person_id AS person_id_8 FROM user t0 WHERE t0.id = ? LIMIT 1"
(parameters:
[1 => 40]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.created_at AS created_at_4, t0.roles AS roles_5, t0.email AS email_6, t0.is_active AS is_active_7, t0.person_id AS person_id_8 FROM user t0 WHERE t0.id = ? LIMIT 1"
"params" => [1 => 40]
"types" => [1 => 1]
]
deprecation
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Token\GuardTokenInterface" class is deprecated, use the new authenticator system instead.
"SELECT DISTINCT (w0_.id) AS sclr_0, w0_.sender_name AS sender_name_1, w0_.sender_phone_number AS sender_phone_number_2, w0_.receiver_name AS receiver_name_3, w0_.receiver_phone_number AS receiver_phone_number_4, s1_.id AS id_5, s2_.id AS id_6, w0_.created_at AS created_at_7, u3_.id AS id_8, t4_.id AS id_9, t4_.amount AS amount_10, w0_.is_collected AS is_collected_11, o5_.id AS id_12, w0_.percel_count AS percel_count_13, d6_.id AS id_14 FROM delivery_parcel d7_ INNER JOIN parcel p8_ ON d7_.parcel_id = p8_.id INNER JOIN delivery d6_ ON d7_.delivery_id = d6_.id INNER JOIN way_bill w0_ ON p8_.way_bill_id = w0_.id INNER JOIN station s1_ ON w0_.from_station_id = s1_.id INNER JOIN station s2_ ON w0_.to_station_id = s2_.id INNER JOIN user u3_ ON w0_.created_by = u3_.id INNER JOIN transaction t4_ ON w0_.id = t4_.way_bill_id INNER JOIN organization o5_ ON w0_.organization_id = o5_.id WHERE w0_.id = ? AND w0_.to_station_id = ?"
(parameters:
[1 => "1275450"
2 => "2"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT DISTINCT (w0_.id) AS sclr_0, w0_.sender_name AS sender_name_1, w0_.sender_phone_number AS sender_phone_number_2, w0_.receiver_name AS receiver_name_3, w0_.receiver_phone_number AS receiver_phone_number_4, s1_.id AS id_5, s2_.id AS id_6, w0_.created_at AS created_at_7, u3_.id AS id_8, t4_.id AS id_9, t4_.amount AS amount_10, w0_.is_collected AS is_collected_11, o5_.id AS id_12, w0_.percel_count AS percel_count_13, d6_.id AS id_14 FROM delivery_parcel d7_ INNER JOIN parcel p8_ ON d7_.parcel_id = p8_.id INNER JOIN delivery d6_ ON d7_.delivery_id = d6_.id INNER JOIN way_bill w0_ ON p8_.way_bill_id = w0_.id INNER JOIN station s1_ ON w0_.from_station_id = s1_.id INNER JOIN station s2_ ON w0_.to_station_id = s2_.id INNER JOIN user u3_ ON w0_.created_by = u3_.id INNER JOIN transaction t4_ ON w0_.id = t4_.way_bill_id INNER JOIN organization o5_ ON w0_.organization_id = o5_.id WHERE w0_.id = ? AND w0_.to_station_id = ?"
"params" => [1 => "1275450"
2 => "2"
]
"types" => [1 => 22 => 2]
]