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.person_id AS person_id_7 FROM user t0 WHERE t0.id = ? LIMIT 1"
(parameters:
[1 => 124]
, 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.person_id AS person_id_7 FROM user t0 WHERE t0.id = ? LIMIT 1"
"params" => [1 => 124]
"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 ANY_VALUE(c.id) as sms_id, a.id as waybill,a.receiver_name,a.receiver_phone_number,a.sender_name, a.sender_phone_number,ANY_VALUE(c.recepient) as receipient,ANY_VALUE(c.sms) as sms ,c.status,ANY_VALUE(c.status_code) as status_code,ANY_VALUE(c.created_at) as created_at,\n ( select description from parcel where way_bill_id= a.id limit 1) as description \n from sms c \n JOIN transaction b on b.id = c.transaction_id \n JOIN way_bill a ON b.way_bill_id = a.id\n WHERE c.recepient = concat('+254',substr(Replace(a.receiver_phone_number,' ',''),2))\n AND c.status = 'Failed' \n AND c.action = 'receiving'\n AND a.to_station_id = 2 \n AND (c.manually_sent= 0 or c.manually_sent IS NULL) \n AND date(c.created_at) >= DATE_SUB(cast(now() as date),INTERVAL 5 DAY) group by c.transaction_id order by c.transaction_id desc
"""
(parameters:
[]
, types:
[]
)
doctrine
[
"sql" => """
select ANY_VALUE(c.id) as sms_id, a.id as waybill,a.receiver_name,a.receiver_phone_number,a.sender_name, a.sender_phone_number,ANY_VALUE(c.recepient) as receipient,ANY_VALUE(c.sms) as sms ,c.status,ANY_VALUE(c.status_code) as status_code,ANY_VALUE(c.created_at) as created_at,\n ( select description from parcel where way_bill_id= a.id limit 1) as description \n from sms c \n JOIN transaction b on b.id = c.transaction_id \n JOIN way_bill a ON b.way_bill_id = a.id\n WHERE c.recepient = concat('+254',substr(Replace(a.receiver_phone_number,' ',''),2))\n AND c.status = 'Failed' \n AND c.action = 'receiving'\n AND a.to_station_id = 2 \n AND (c.manually_sent= 0 or c.manually_sent IS NULL) \n AND date(c.created_at) >= DATE_SUB(cast(now() as date),INTERVAL 5 DAY) group by c.transaction_id order by c.transaction_id desc
"""
"params" => []
"types" => []
]