Top Shops

Thread {#843
  #_getterCache: []
  #_valueCache: []
  #_structure: Structure {#297
    +shortName: "XF:Thread"
    +contentType: "thread"
    +table: "xf_thread"
    +primaryKey: "thread_id"
    +columns: array:35 [
      "thread_id" => array:3 [
        "type" => 2
        "autoIncrement" => true
        "nullable" => true
      ]
      "node_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "title" => array:5 [
        "type" => 5
        "maxLength" => 150
        "required" => "please_enter_valid_title"
        "censor" => true
        "api" => true
      ]
      "reply_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "view_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "user_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "required" => true
        "api" => true
      ]
      "post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "discussion_state" => array:4 [
        "type" => 5
        "default" => "visible"
        "allowedValues" => array:3 [
          0 => "visible"
          1 => "moderated"
          2 => "deleted"
        ]
        "api" => true
      ]
      "discussion_open" => array:3 [
        "type" => 65540
        "default" => true
        "api" => true
      ]
      "discussion_type" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "type_data" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "first_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_user_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "first_post_reaction_score" => array:3 [
        "type" => 1
        "default" => 0
        "api" => true
      ]
      "first_post_reactions" => array:3 [
        "type" => 65552
        "default" => []
        "nullable" => true
      ]
      "prefix_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "custom_fields" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "tags" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "vote_score" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "vote_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "gym_id" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "thumbnail_ex" => array:2 [
        "type" => 5
        "default" => null
      ]
      "home_sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "thread_type" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_old_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_layout" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_color" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "owner_star_rating" => array:2 [
        "type" => 3
        "default" => 0
      ]
      "shop_creation" => array:2 [
        "type" => 2
        "default" => 1715502129
      ]
    ]
    +relations: array:22 [
      "Forum" => array:6 [
        "entity" => "XF:Forum"
        "type" => 1
        "conditions" => "node_id"
        "primary" => true
        "with" => "Node"
        "api" => true
      ]
      "User" => array:5 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => "user_id"
        "primary" => true
        "api" => true
      ]
      "FirstPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPoster" => array:4 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Prefix" => array:4 [
        "entity" => "XF:ThreadPrefix"
        "type" => 1
        "conditions" => "prefix_id"
        "primary" => true
      ]
      "Read" => array:4 [
        "entity" => "XF:ThreadRead"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Watch" => array:4 [
        "entity" => "XF:ThreadWatch"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "UserPosts" => array:4 [
        "entity" => "XF:ThreadUserPost"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "DeletionLog" => array:4 [
        "entity" => "XF:DeletionLog"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "DraftReplies" => array:4 [
        "entity" => "XF:Draft"
        "type" => 2
        "conditions" => array:1 [
          0 => array:4 [ …4]
        ]
        "key" => "user_id"
      ]
      "ApprovalQueue" => array:4 [
        "entity" => "XF:ApprovalQueue"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Redirect" => array:4 [
        "entity" => "XF:ThreadRedirect"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "ReplyBans" => array:4 [
        "entity" => "XF:ThreadReplyBan"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Poll" => array:3 [
        "entity" => "XF:Poll"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
      "CustomFields" => array:4 [
        "entity" => "XF:ThreadFieldValue"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "field_id"
      ]
      "Question" => array:4 [
        "entity" => "XF:ThreadQuestion"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "Tags" => array:4 [
        "entity" => "XF:TagContent"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "tag_id"
      ]
      "ContentVotes" => array:5 [
        "entity" => "XF:ContentVote"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "vote_user_id"
        "order" => "vote_date"
      ]
      "Ticket" => array:3 [
        "entity" => "NF\Tickets:Ticket"
        "type" => 1
        "conditions" => "thread_id"
      ]
      "oldShop" => array:3 [
        "type" => 1
        "entity" => "XF:Thread"
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
      ]
      "SEOPackageMetadata" => array:3 [
        "type" => 1
        "entity" => "XF2SEO\SEOPackage:Metadata"
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
    ]
    +getters: array:9 [
      "draft_reply" => true
      "post_ids" => true
      "last_post_cache" => true
      "custom_fields" => true
      "cover_image" => true
      "TypeHandler" => array:3 [
        "cache" => true
        "getter" => "getTypeHandler"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "type_data" => array:3 [
        "cache" => true
        "getter" => "getTypeData"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "vote_score_short" => false
      "Ticket" => true
    ]
    +defaultWith: array:1 [
      0 => "SEOPackageMetadata"
    ]
    +options: array:2 [
      "log_moderator" => true
      "nfTickets" => true
    ]
    +behaviors: array:7 [
      "XF:ContentVotable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:ContentVotableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#296
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1641 to 1641"
        }
        "stateField" => "discussion_state"
      ]
      "XF:Taggable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:Indexable" => array:1 [
        "checkForUpdates" => array:7 [
          0 => "title"
          1 => "node_id"
          2 => "user_id"
          3 => "prefix_id"
          4 => "tags"
          5 => "discussion_state"
          6 => "first_post_id"
        ]
      ]
      "XF:IndexableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#294
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1650 to 1650"
        }
        "checkForUpdates" => array:3 [
          0 => "node_id"
          1 => "discussion_state"
          2 => "prefix_id"
        ]
      ]
      "XF:NewsFeedPublishable" => array:2 [
        "usernameField" => "username"
        "dateField" => "post_date"
      ]
      "XF:CustomFieldsHolder" => array:3 [
        "valueTable" => "xf_thread_field_value"
        "checkForUpdates" => array:1 [
          0 => "node_id"
        ]
        "getAllowedFields" => Closure {#295
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1660 to 1660"
        }
      ]
    ]
    +columnAliases: array:1 [
      "first_post_likes" => "first_post_reaction_score"
    ]
    +withAliases: array:3 [
      "full" => array:3 [
        0 => "User"
        1 => "LastPoster"
        2 => Closure {#299
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1819 to 1832"
        }
      ]
      "fullForum" => array:2 [
        0 => "full"
        1 => Closure {#300
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1836 to 1848"
        }
      ]
      "api" => array:3 [
        0 => "Forum.api"
        1 => "User.api"
        2 => Closure {#301
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1853 to 1869"
        }
      ]
    ]
  }
  #_em: Manager {#264
    #db: Adapter {#222
      #connection: mysqli {#223
        +affected_rows: null
        +client_info: null
        +client_version: null
        +connect_errno: null
        +connect_error: null
        +errno: null
        +error: null
        +error_list: null
        +field_count: null
        +host_info: null
        +info: null
        +insert_id: null
        +server_info: null
        +server_version: null
        +sqlstate: null
        +protocol_version: null
        +thread_id: null
        +warning_count: null
      }
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "localhost"
        "port" => "3306"
        "username" => "u769187343_pokemon_xf_new"
        "password" => "Ah;vSmek[s!9"
        "dbname" => "u769187343_pokemon_xf_new"
      ]
      #fullUnicode: false
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 28
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:28 [
        1 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('addOns', 'addOnsComposer', 'autoJobRun', 'bbCodeMedia', 'classExtensions', 'codeEventListeners', 'connectedAccountCount', 'contentTypes', 'displayStyles', 'helpPageCount', 'languages', 'masterStyleProperties', 'nodeTypes', 'options', 'paymentProvider', 'reactions', 'reportCounts', 'simpleCache', 'smilies', 'unapprovedCounts', 'userBanners', 'userTitleLadder', 'userUpgradeCount', 'widgetCache', 'widgetDefinition', 'widgetPosition', 'bannedIps', 'bbCodeCustom', 'discouragedIps', 'forumTypes', 'notices', 'noticesLastReset', 'routeFilters', 'routesPublic', 'styles', 'userFieldsInfo', 'threadFieldsInfo', 'threadPrefixes', 'threadTypes')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3498
          "trace" => array:10 [ …10]
          "execute" => 1715502129.3502
          "complete" => 1715502129.3505
        ]
        2 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('dbtCreditsCurrencies')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3549
          "trace" => array:20 [ …20]
          "execute" => 1715502129.3552
          "complete" => 1715502129.3552
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3563
          "trace" => array:11 [ …11]
          "execute" => 1715502129.3565
          "complete" => 1715502129.3565
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.3572
          "trace" => array:15 [ …15]
          "execute" => 1715502129.3574
          "complete" => 1715502129.3574
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_user_User_2`.*, `xf_forum_Forum_3`.*, `xf_tl_group_forum_GroupForum_4`.*, `xf_node_Node_5`.*, `xf_permission_cache_content_Permissions_6`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_2` ON (`xf_user_User_2`.`user_id` = `xf_thread`.`user_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_3` ON (`xf_forum_Forum_3`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_tl_group_forum` AS `xf_tl_group_forum_GroupForum_4` ON (`xf_tl_group_forum_GroupForum_4`.`node_id` = `xf_forum_Forum_3`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_5` ON (`xf_node_Node_5`.`node_id` = `xf_forum_Forum_3`.`node_id`)\n
            LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_6` ON (`xf_permission_cache_content_Permissions_6`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_6`.`content_id` = `xf_node_Node_5`.`node_id` AND `xf_permission_cache_content_Permissions_6`.`permission_combination_id` = '1')\n
            \t\t\tWHERE (`xf_thread`.`thread_id` = '7154')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3588
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3593
          "complete" => 1715502129.3595
        ]
        6 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3604
          "trace" => array:14 [ …14]
          "execute" => 1715502129.3606
          "complete" => 1715502129.3606
        ]
        7 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_post`.*, `xf_user_User_1`.*, `xf_user_option_Option_2`.*, `xf_user_profile_Profile_3`.*, `xf_user_privacy_Privacy_4`.*, `xf_permission_combination_PermissionCombination_5`.*, `xf_session_activity_Activity_6`.*\n
            \t\t\tFROM `xf_post`\n
            \t\t\tLEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_post`.`user_id`)\n
            LEFT JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_4` ON (`xf_user_privacy_Privacy_4`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_permission_combination` AS `xf_permission_combination_PermissionCombination_5` ON (`xf_permission_combination_PermissionCombination_5`.`permission_combination_id` = `xf_user_User_1`.`permission_combination_id`)\n
            LEFT JOIN `xf_session_activity` AS `xf_session_activity_Activity_6` ON (`xf_session_activity_Activity_6`.`user_id` = `xf_user_User_1`.`user_id` AND `xf_session_activity_Activity_6`.`unique_key` = CONCAT(`xf_user_User_1`.`user_id`, ''))\n
            \t\t\tWHERE (`xf_post`.`thread_id` = 7154) AND ((`xf_post`.`message_state` IN ('visible'))) AND (`xf_post`.`position` >= 0) AND (`xf_post`.`position` < 20)\n
            \t\t\tORDER BY `xf_post`.`position` ASC, `xf_post`.`post_date` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3614
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3626
          "complete" => 1715502129.3627
        ]
        8 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_dbtech_credits_event`.*\n
            \t\t\tFROM `xf_dbtech_credits_event`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_dbtech_credits_event`.`event_trigger_id` = 'read')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3634
          "trace" => array:17 [ …17]
          "execute" => 1715502129.3636
          "complete" => 1715502129.3636
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_dbtech_credits_event`.*\n
            \t\t\tFROM `xf_dbtech_credits_event`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_dbtech_credits_event`.`event_trigger_id` = 'view')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3638
          "trace" => array:18 [ …18]
          "execute" => 1715502129.364
          "complete" => 1715502129.364
        ]
        10 => array:6 [
          "query" => """
            \n
            \t\t\tINSERT INTO xf_thread_view\n
            \t\t\t\t(thread_id, total)\n
            \t\t\tVALUES\n
            \t\t\t\t(? , 1)\n
            \t\t\tON DUPLICATE KEY UPDATE\n
            \t\t\t\ttotal = total + 1\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.3641
          "trace" => array:13 [ …13]
          "execute" => 1715502129.3642
          "complete" => 1715502129.3642
        ]
        11 => array:6 [
          "query" => """
            SELECT view_date\n
            \t\t\t\t\tFROM xf_session_activity\n
            \t\t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:2 [ …2]
          "start" => 1715502129.3646
          "trace" => array:13 [ …13]
          "execute" => 1715502129.3646
          "complete" => 1715502129.3647
        ]
        12 => array:6 [
          "query" => """
            -- XFDB=noForceAllWrite\n
            \t\t\t\tUPDATE xf_session_activity\n
            \t\t\t\tSET\n
            \t\t\t\t\tip = ?,\n
            \t\t\t\t\tcontroller_name = ?,\n
            \t\t\t\t\tcontroller_action = ?,\n
            \t\t\t\t\tview_state = ?,\n
            \t\t\t\t\tparams = ?,\n
            \t\t\t\t\tview_date = ?,\n
            \t\t\t\t\trobot_key = ?\n
            \t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:9 [ …9]
          "start" => 1715502129.3647
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3648
          "complete" => 1715502129.3648
        ]
        13 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` = 6018) AND (`xf_session_activity`.`unique_key` = '6018')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3708
          "trace" => array:34 [ …34]
          "execute" => 1715502129.3709
          "complete" => 1715502129.3709
        ]
        14 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xc_gym_user_badge`.*\n
            \t\t\tFROM `xc_gym_user_badge`\n
            \t\t\t\n
            \t\t\tWHERE (`xc_gym_user_badge`.`user_id` = 6018)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3719
          "trace" => array:27 [ …27]
          "execute" => 1715502129.3721
          "complete" => 1715502129.3721
        ]
        15 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_keyword`.*\n
            \t\t\tFROM `xf_seo_package_keyword`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_keyword`.`active` = 1)\n
            \t\t\tORDER BY `xf_seo_package_keyword`.`execute_order` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3732
          "trace" => array:43 [ …43]
          "execute" => 1715502129.3734
          "complete" => 1715502129.3734
        ]
        16 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3739
          "trace" => array:33 [ …33]
          "execute" => 1715502129.3927
          "complete" => 1715502129.3928
        ]
        17 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3929
          "trace" => array:34 [ …34]
          "execute" => 1715502129.4083
          "complete" => 1715502129.4083
        ]
        18 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4086
          "trace" => array:15 [ …15]
          "execute" => 1715502129.4187
          "complete" => 1715502129.4188
        ]
        19 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4189
          "trace" => array:16 [ …16]
          "execute" => 1715502129.429
          "complete" => 1715502129.429
        ]
        20 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4292
          "trace" => array:16 [ …16]
          "execute" => 1715502129.4393
          "complete" => 1715502129.4393
        ]
        21 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4395
          "trace" => array:15 [ …15]
          "execute" => 1715502129.45
          "complete" => 1715502129.45
        ]
        22 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT\n
            \t\t\t\tSUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,\n
            \t\t\t\tSUM(IF(user_id > 0, 1, 0)) AS members,\n
            \t\t\t\tSUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests\n
            \t\t\tFROM xf_session_activity\n
            \t\t\tWHERE view_date >= ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.4526
          "trace" => array:18 [ …18]
          "execute" => 1715502129.4533
          "complete" => 1715502129.4533
        ]
        23 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*, `xf_user_User_1`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\tINNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1715498529)\n
            \t\t\tORDER BY `xf_session_activity`.`view_date` DESC\n
            \t\t\n
            LIMIT 50
            """
          "params" => []
          "start" => 1715502129.4535
          "trace" => array:18 [ …18]
          "execute" => 1715502129.4539
          "complete" => 1715502129.4539
        ]
        24 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('forumStatistics')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.4544
          "trace" => array:22 [ …22]
          "execute" => 1715502129.4545
          "complete" => 1715502129.4545
        ]
        25 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tINNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)\n
            INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user_profile_Profile_1`.`dob_day` = 12) AND (`xf_user_profile_Profile_1`.`dob_month` = 5) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1683966129) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')\n
            \t\t\tORDER BY `xf_user`.`username` ASC\n
            \t\t\n
            LIMIT 12
            """
          "params" => []
          "start" => 1715502129.455
          "trace" => array:16 [ …16]
          "execute" => 1715502129.4568
          "complete" => 1715502129.4569
        ]
        26 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`home_sticky` = 1) AND (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502129.4574
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4813
          "complete" => 1715502129.4815
        ]
        27 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502129.4817
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4822
          "complete" => 1715502129.4823
        ]
        28 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` = '121')\n
            \t\t\tORDER BY `xf_thread`.`shop_creation` DESC\n
            \t\t\n
            LIMIT 7
            """
          "params" => []
          "start" => 1715502129.4841
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4845
          "complete" => 1715502129.4846
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
    }
    #valueFormatter: ValueFormatter {#265}
    #extension: Extension {#224
      #listeners: array:26 [
        "addon_post_install" => array:2 [
          "XFMG" => array:1 [ …1]
          "_" => array:1 [ …1]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_complete" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_render_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:5 [ …5]
        ]
        "controller_post_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "controller_pre_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_user" => array:1 [
          "_" => array:4 [ …4]
        ]
        "dispatcher_match" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_button_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_dialog" => array:2 [
          "dbtechCreditsCharge" => array:1 [ …1]
          "chat" => array:1 [ …1]
        ]
        "entity_post_delete" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "entity_post_save" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "import_importer_classes" => array:1 [
          "_" => array:3 [ …3]
        ]
        "inline_mod_actions" => array:6 [
          "post" => array:1 [ …1]
          "profile_post" => array:1 [ …1]
          "thread" => array:1 [ …1]
          "xfmg_comment" => array:1 [ …1]
          "xfmg_album" => array:1 [ …1]
          "xfmg_media" => array:1 [ …1]
        ]
        "navigation_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_macro_pre_render" => array:4 [
          "admin:option_macros:option_form_block" => array:3 [ …3]
          "public:account_visitor_menu:visitor_panel_row" => array:1 [ …1]
          "public:member_macros:member_stat_pairs" => array:1 [ …1]
          "public:message_macros:user_info" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:2 [ …2]
        ]
        "templater_template_pre_render" => array:2 [
          "public:editor" => array:1 [ …1]
          "public:member_notable" => array:1 [ …1]
        ]
        "user_content_change_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_delete_clean_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_merge_combine" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #classExtensions: array:108 [
        "XF\Pub\Controller\Logout" => array:1 [
          0 => "Siropu\Chat\XF\Pub\Controller\Logout"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\DataManager"
        ]
        "XF\AddOn\Manager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\Manager"
        ]
        "XF\Entity\User" => array:9 [
          0 => "XenCentral\Feedback\XF\Entity\User"
          1 => "DBTech\Credits\XF\Entity\User"
          2 => "NF\Tickets\XF\Entity\User"
          3 => "Siropu\Chat\XF\Entity\User"
          4 => "XC\GymChallenge\XF\Entity\User"
          5 => "XC\PokemonShop\XF\Entity\User"
          6 => "XF2SEO\SEOPackage\XF\Entity\User"
          7 => "Xfrocks\Medal\XF\Entity\User"
          8 => "Truonglv\Groups\XF\Entity\User"
        ]
        "XFMG\Entity\Comment" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\Comment"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Comment"
        ]
        "XFMG\Entity\MediaItem" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\MediaItem"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\MediaItem"
        ]
        "XFMG\Entity\Rating" => array:1 [
          0 => "DBTech\Credits\XFMG\Entity\Rating"
        ]
        "XFMG\Service\Comment\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Comment\Creator"
        ]
        "XFMG\Service\Media\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Media\Creator"
        ]
        "XFRM\Entity\ResourceItem" => array:2 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceItem"
          1 => "NF\Tickets\XFRM\Entity\ResourceItem"
        ]
        "XFRM\Entity\ResourceRating" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceRating"
        ]
        "XFRM\Entity\ResourceUpdate" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceUpdate"
        ]
        "XFRM\Repository\ResourceVersion" => array:1 [
          0 => "DBTech\Credits\XFRM\Repository\ResourceVersion"
        ]
        "XF\Admin\Controller\User" => array:2 [
          0 => "DBTech\Credits\XF\Admin\Controller\User"
          1 => "XenCentral\Feedback\Admin\Controller\User"
        ]
        "XF\Attachment\Post" => array:1 [
          0 => "DBTech\Credits\XF\Attachment\Post"
        ]
        "XF\BbCode\Renderer\ApiHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\ApiHtml"
        ]
        "XF\BbCode\Renderer\EmailHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\EmailHtml"
        ]
        "XF\Entity\ConversationMessage" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ConversationMessage"
        ]
        "XF\Entity\LikedContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\LikedContent"
        ]
        "XF\Entity\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Poll"
        ]
        "XF\Entity\Post" => array:4 [
          0 => "DBTech\Credits\XF\Entity\Post"
          1 => "Truonglv\Groups\XF\Entity\Post"
          2 => "XC\PokemonShop\XF\Entity\Post"
          3 => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        ]
        "XF\Entity\ProfilePost" => array:2 [
          0 => "DBTech\Credits\XF\Entity\ProfilePost"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePost"
        ]
        "XF\Entity\ReactionContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReactionContent"
        ]
        "XF\Entity\ReportComment" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReportComment"
        ]
        "XF\Entity\TagContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\TagContent"
        ]
        "XF\Entity\Thread" => array:8 [
          0 => "DBTech\Credits\XF\Entity\Thread"
          1 => "NF\Tickets\XF\Entity\Thread"
          2 => "Truonglv\Groups\XF\Entity\Thread"
          3 => "XC\GymChallenge\XF\Entity\Thread"
          4 => "XC\LatestPostThumbnail\XF\Entity\Thread"
          5 => "XC\PokemonShop\XF\Entity\Thread"
          6 => "XF2SEO\SEOPackage\XF\Entity\Thread"
          7 => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        ]
        "XF\Entity\UserFollow" => array:1 [
          0 => "DBTech\Credits\XF\Entity\UserFollow"
        ]
        "XF\Entity\Warning" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Warning"
        ]
        "XF\Pub\Controller\Member" => array:5 [
          0 => "DBTech\Credits\XF\Pub\Controller\Member"
          1 => "NF\Tickets\XF\Pub\Controller\Member"
          2 => "XC\GymChallenge\XF\Pub\Controller\Member"
          3 => "XC\PokemonCredits\XF\Pub\Controller\Member"
          4 => "Xfrocks\Medal\XF\Pub\Controller\Member"
        ]
        "XF\Repository\Attachment" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Attachment"
        ]
        "XF\Repository\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Poll"
        ]
        "XF\Repository\Tag" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Tag"
        ]
        "XF\Repository\Thread" => array:2 [
          0 => "DBTech\Credits\XF\Repository\Thread"
          1 => "NF\Tickets\XF\Repository\Thread"
        ]
        "XF\Repository\Trophy" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Trophy"
        ]
        "XF\Service\Post\Editor" => array:2 [
          0 => "DBTech\Credits\XF\Service\Post\Editor"
          1 => "TickTackk\ChangeContentOwner\XF\Service\Post\Editor"
        ]
        "XF\Service\Post\Preparer" => array:1 [
          0 => "DBTech\Credits\XF\Service\Post\Preparer"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "DBTech\Credits\XF\Service\Report\Creator"
        ]
        "XF\Service\Thread\Creator" => array:3 [
          0 => "DBTech\Credits\XF\Service\Thread\Creator"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Creator"
          2 => "XC\PokemonShop\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Replier" => array:2 [
          0 => "DBTech\Credits\XF\Service\Thread\Replier"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Replier"
        ]
        "XF\Service\User\Merge" => array:2 [
          0 => "DBTech\Credits\XF\Service\User\Merge"
          1 => "XenCentral\Feedback\XF\Service\Merge"
        ]
        "XF\Service\User\RegistrationComplete" => array:1 [
          0 => "DBTech\Credits\XF\Service\User\RegistrationComplete"
        ]
        "XF\Str\Formatter" => array:1 [
          0 => "DBTech\Credits\XF\Str\Formatter"
        ]
        "XF\Admin\Controller\Option" => array:3 [
          0 => "DigitalPoint\Analytics\XF\Admin\Controller\Option"
          1 => "NF\Tickets\XF\Admin\Controller\Option"
          2 => "Truonglv\Groups\XF\Admin\Controller\Option"
        ]
        "XF\Mail\Mailer" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Mail\Mailer"
        ]
        "XF\Pub\Controller\Login" => array:2 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Login"
          1 => "Siropu\Chat\XF\Pub\Controller\Login"
        ]
        "XF\Pub\Controller\Register" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Register"
        ]
        "XF\Pub\View\Forum\Rss" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\View\Forum\Rss"
        ]
        "XF\Purchasable\UserUpgrade" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Purchasable\UserUpgrade"
        ]
        "XF\Service\Conversation\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Creator"
        ]
        "XF\Service\Conversation\Replier" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Replier"
        ]
        "XF\Service\ProfilePostComment\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePostComment\Creator"
        ]
        "XF\Service\ProfilePost\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePost\Creator"
        ]
        "XFRM\Admin\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Admin\Controller\Category"
        ]
        "XFRM\Entity\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Entity\Category"
        ]
        "XFRM\Pub\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\Category"
        ]
        "XFRM\Pub\Controller\ResourceItem" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\ResourceItem"
        ]
        "XF\ApprovalQueue\User" => array:1 [
          0 => "NF\Tickets\XF\ApprovalQueue\User"
        ]
        "XF\Entity\Search" => array:1 [
          0 => "NF\Tickets\XF\Entity\Search"
        ]
        "XF\InlineMod\Thread" => array:1 [
          0 => "NF\Tickets\XF\InlineMod\Thread"
        ]
        "XF\Pub\Controller\Account" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Account"
          1 => "Truonglv\Groups\XF\Pub\Controller\Account"
        ]
        "XF\Pub\Controller\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Conversation"
        ]
        "XF\Pub\Controller\GotoPage" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\GotoPage"
        ]
        "XF\Pub\Controller\Thread" => array:6 [
          0 => "NF\Tickets\XF\Pub\Controller\Thread"
          1 => "Truonglv\Groups\XF\Pub\Controller\Thread"
          2 => "XC\LatestPostThumbnail\XF\Pub\Controller\Thread"
          3 => "XC\PokemonShop\XF\Pub\Controller\Thread"
          4 => "XF2SEO\SEOPackage\XF\Pub\Controller\Thread"
          5 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        ]
        "XF\Pub\Controller\Watched" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Watched"
          1 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XF\Repository\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Repository\Conversation"
        ]
        "XF\Repository\Ip" => array:1 [
          0 => "NF\Tickets\XF\Repository\Ip"
        ]
        "XF\Repository\User" => array:1 [
          0 => "NF\Tickets\XF\Repository\User"
        ]
        "XF\Service\User\Registration" => array:1 [
          0 => "NF\Tickets\XF\Service\User\Registration"
        ]
        "XF\Service\CronEntry\CalculateNextRun" => array:1 [
          0 => "Siropu\Chat\XF\Service\CronEntry\CalculateNextRun"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Mvc\Router" => array:2 [
          0 => "SV\StandardLib\XF\Mvc\Router"
          1 => "XC\PokemonShop\XF\Mvc\Router"
        ]
        "XFMG\Attachment\Media" => array:1 [
          0 => "Truonglv\Groups\XFMG\Attachment\Media"
        ]
        "XFMG\Entity\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Entity\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Album"
        ]
        "XFMG\Finder\Album" => array:1 [
          0 => "Truonglv\Groups\XFMG\Finder\Album"
        ]
        "XFMG\Pub\Controller\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Album"
        ]
        "XFMG\Pub\Controller\Media" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Media"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Media"
        ]
        "XF\Admin\Controller\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Admin\Controller\Node"
        ]
        "XF\Entity\Forum" => array:3 [
          0 => "Truonglv\Groups\XF\Entity\Forum"
          1 => "XF2SEO\SEOPackage\XF\Entity\Forum"
          2 => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        ]
        "XF\Entity\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\Node"
        ]
        "XF\Entity\UserPrivacy" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\UserPrivacy"
        ]
        "XF\InlineMod\Thread\Move" => array:1 [
          0 => "Truonglv\Groups\XF\InlineMod\Thread\Move"
        ]
        "XF\Pub\Controller\Forum" => array:5 [
          0 => "Truonglv\Groups\XF\Pub\Controller\Forum"
          1 => "XC\LatestPostThumbnail\XF\Pub\Controller\Forum"
          2 => "XC\PokemonShop\XF\Pub\Controller\Forum"
          3 => "XF2SEO\SEOPackage\XF\Pub\Controller\Forum"
          4 => "SV\StandardLib\XF\Pub\Controller\Forum"
        ]
        "XF\Pub\Controller\InlineMod" => array:1 [
          0 => "Truonglv\Groups\XF\Pub\Controller\InlineMod"
        ]
        "XF\Repository\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Repository\Node"
        ]
        "XF\Pub\Controller\Post" => array:2 [
          0 => "XC\LatestPostThumbnail\XF\Pub\Controller\Post"
          1 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Post"
        ]
        "XF\Service\Thread\Editor" => array:3 [
          0 => "XC\LatestPostThumbnail\XF\Service\Thread\Editor"
          1 => "XC\PokemonShop\XF\Service\Thread\Editor"
          2 => "TickTackk\ChangeContentOwner\XF\Service\Thread\Editor"
        ]
        "DBTech\Credits\Entity\Event" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        ]
        "DBTech\Credits\EventTrigger\Purchase" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\EventTrigger\Purchase"
        ]
        "DBTech\Credits\Purchasable\Currency" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Purchasable\Currency"
        ]
        "XenCentral\Feedback\Entity\Feedback" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Entity\Feedback"
        ]
        "XenCentral\Feedback\Repository\User" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Repository\User"
        ]
        "XF\ControllerPlugin\Thread" => array:1 [
          0 => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        ]
        "XF\Admin\Controller\Forum" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\Admin\Controller\Forum"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        ]
        "XFA\CSVGrapher\Entity\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Entity\Graph"
        ]
        "XFA\CSVGrapher\Pub\Controller\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Pub\Controller\Graph"
        ]
        "XFA\CSVGrapher\Service\Graph\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Service\Graph\Editor"
        ]
        "XFMG\Pub\Controller\Comment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Comment"
        ]
        "XFMG\Service\Album\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Album\Editor"
        ]
        "XFMG\Service\Comment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Comment\Editor"
        ]
        "XFMG\Service\Media\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Media\Editor"
        ]
        "XF\Entity\ProfilePostComment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePostComment"
        ]
        "XF\Pub\Controller\ProfilePost" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\ProfilePost"
        ]
        "XF\Service\ProfilePostComment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePostComment\Editor"
        ]
        "XF\Service\ProfilePost\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePost\Editor"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\CssRenderer" => array:1 [
          0 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Pub\Controller\Misc" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Misc"
        ]
      ]
      #extensionMap: array:92 [
        "XF\AddOn\Manager" => "SV\StandardLib\XF\AddOn\Manager"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Data\Search" => "XF\Data\Search"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\Captcha\HCaptcha" => "XF\Captcha\HCaptcha"
        "XF\SubContainer\BbCode" => "XF\SubContainer\BbCode"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "DBTech\Credits\Payment\Credits" => "DBTech\Credits\Payment\Credits"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "XF\Payment\Stripe" => "XF\Payment\Stripe"
        "XF\Repository\User" => "NF\Tickets\XF\Repository\User"
        "XF\Entity\User" => "Truonglv\Groups\XF\Entity\User"
        "DBTech\Credits\Entity\Currency" => "DBTech\Credits\Entity\Currency"
        "XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Mvc\Router" => "XC\PokemonShop\XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "XF2SEO\SEOPackage\Entity\Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
        "XF2SEO\SEOPackage\Finder\Redirect" => "XF2SEO\SEOPackage\Finder\Redirect"
        "XF\Pub\Controller\Thread" => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        "XF\Entity\Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XF2SEO\SEOPackage\Entity\Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
        "XF\Entity\Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        "Truonglv\Groups\Entity\Forum" => "Truonglv\Groups\Entity\Forum"
        "XF\Entity\Node" => "Truonglv\Groups\XF\Entity\Node"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\ControllerPlugin\Node" => "XF\ControllerPlugin\Node"
        "XF\ThreadType\Discussion" => "XF\ThreadType\Discussion"
        "XF\Repository\Thread" => "NF\Tickets\XF\Repository\Thread"
        "XF\ControllerPlugin\Thread" => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        "XF\Str\Formatter" => "DBTech\Credits\XF\Str\Formatter"
        "XF\Repository\Post" => "XF\Repository\Post"
        "XF\Entity\Post" => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        "XF\Finder\Post" => "XF\Finder\Post"
        "XF\Entity\PermissionCombination" => "XF\Entity\PermissionCombination"
        "XF\Entity\SessionActivity" => "XF\Entity\SessionActivity"
        "XF\Repository\Attachment" => "DBTech\Credits\XF\Repository\Attachment"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XF\Repository\Unfurl" => "XF\Repository\Unfurl"
        "XF\Repository\UserAlert" => "XF\Repository\UserAlert"
        "DBTech\Credits\Repository\EventTrigger" => "DBTech\Credits\Repository\EventTrigger"
        "DBTech\Credits\EventTrigger\Read" => "DBTech\Credits\EventTrigger\Read"
        "DBTech\Credits\Entity\Event" => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        "DBTech\Credits\Finder\Event" => "DBTech\Credits\Finder\Event"
        "DBTech\Credits\EventTrigger\View" => "DBTech\Credits\EventTrigger\View"
        "XF\Repository\ThreadType" => "XF\Repository\ThreadType"
        "XF\ForumType\Discussion" => "XF\ForumType\Discussion"
        "XF\ThreadType\Poll" => "XF\ThreadType\Poll"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XenCentral\Feedback\Repository\Activity" => "XenCentral\Feedback\Repository\Activity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "XF\Template\Templater"
        "XF\DevelopmentOutput" => "XF\DevelopmentOutput"
        "XF\DevelopmentOutput\Template" => "XF\DevelopmentOutput\Template"
        "XF\SubContainer\Widget" => "XF\SubContainer\Widget"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\SimpleCache" => "XF\SimpleCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Thread\View" => "XF\Pub\View\Thread\View"
        "XF\CustomField\Set" => "XF\CustomField\Set"
        "XF\CustomField\DefinitionSet" => "XF\CustomField\DefinitionSet"
        "XF\Finder\SessionActivity" => "XF\Finder\SessionActivity"
        "DBTech\Credits\Repository\Currency" => "DBTech\Credits\Repository\Currency"
        "XC\GymChallenge\Entity\GymBadge" => "XC\GymChallenge\Entity\GymBadge"
        "XC\GymChallenge\Finder\GymBadge" => "XC\GymChallenge\Finder\GymBadge"
        "XF\BbCode\Parser" => "XF\BbCode\Parser"
        "XF\BbCode\RuleSet" => "XF\BbCode\RuleSet"
        "XF\BbCode\Renderer\Html" => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        "XF\Str\EmojiFormatter" => "XF\Str\EmojiFormatter"
        "XF2SEO\SEOPackage\Entity\Keyword" => "XF2SEO\SEOPackage\Entity\Keyword"
        "XF2SEO\SEOPackage\Finder\Keyword" => "XF2SEO\SEOPackage\Finder\Keyword"
        "XF\Widget\Html" => "XF\Widget\Html"
        "XF\Widget\WidgetRenderer" => "XF\Widget\WidgetRenderer"
        "XF\NoticeList" => "XF\NoticeList"
        "XF\Criteria\User" => "XF\Criteria\User"
        "XF\Criteria\Page" => "XF\Criteria\Page"
        "XF\Widget\MembersOnline" => "XF\Widget\MembersOnline"
        "XF\Widget\ForumStatistics" => "XF\Widget\ForumStatistics"
        "XF\Widget\Birthdays" => "XF\Widget\Birthdays"
        "XF\Finder\User" => "XF\Finder\User"
        "XC\LatestPostThumbnail\Repository\Thumbnail" => "XC\LatestPostThumbnail\Repository\Thumbnail"
        "XF\FsMounts" => "XF\FsMounts"
        "XC\PokemonShop\Repository\Shops" => "XC\PokemonShop\Repository\Shops"
        "XF\Debugger" => "XF\Debugger"
      ]
    }
    #entityClassNameMap: array:19 [
      "XF:User" => "Truonglv\Groups\XF\Entity\User"
      "DBTech\Credits:Currency" => "DBTech\Credits\Entity\Currency"
      "XF:UserAuth" => "XF\Entity\UserAuth"
      "XF:UserOption" => "XF\Entity\UserOption"
      "XF:UserProfile" => "XF\Entity\UserProfile"
      "XF:UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
      "XF2SEO\SEOPackage:Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
      "XF:Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
      "XF2SEO\SEOPackage:Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
      "XF:Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
      "Truonglv\Groups:Forum" => "Truonglv\Groups\Entity\Forum"
      "XF:Node" => "Truonglv\Groups\XF\Entity\Node"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "XF:Post" => "TickTackk\ChangeContentOwner\XF\Entity\Post"
      "XF:PermissionCombination" => "XF\Entity\PermissionCombination"
      "XF:SessionActivity" => "XF\Entity\SessionActivity"
      "DBTech\Credits:Event" => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
      "XC\GymChallenge:GymBadge" => "XC\GymChallenge\Entity\GymBadge"
      "XF2SEO\SEOPackage:Keyword" => "XF2SEO\SEOPackage\Entity\Keyword"
    ]
    #entities: array:12 [
      "DBTech\Credits\Entity\Currency" => array:1 [
        1 => Currency {#270
          #_getterCache: []
          #_valueCache: array:3 [ …3]
          #_structure: Structure {#269
            +shortName: "DBTech\Credits:Currency"
            +contentType: null
            +table: "xf_dbtech_credits_currency"
            +primaryKey: "currency_id"
            +columns: array:25 [
              "currency_id" => array:2 [ …2]
              "title" => array:2 [ …2]
              "description" => array:2 [ …2]
              "active" => array:2 [ …2]
              "display_order" => array:2 [ …2]
              "table" => array:3 [ …3]
              "use_table_prefix" => array:2 [ …2]
              "column" => array:2 [ …2]
              "use_user_id" => array:2 [ …2]
              "user_id_column" => array:3 [ …3]
              "decimals" => array:3 [ …3]
              "privacy" => array:3 [ …3]
              "blacklist" => array:2 [ …2]
              "prefix" => array:2 [ …2]
              "suffix" => array:2 [ …2]
              "is_display_currency" => array:2 [ …2]
              "sidebar" => array:2 [ …2]
              "member_dropdown" => array:2 [ …2]
              "postbit" => array:2 [ …2]
              "negative" => array:3 [ …3]
              "maxtime" => array:2 [ …2]
              "earnmax" => array:2 [ …2]
              "value" => array:2 [ …2]
              "inbound" => array:2 [ …2]
              "outbound" => array:2 [ …2]
            ]
            +relations: array:2 [
              "Events" => array:4 [ …4]
              "Transactions" => array:3 [ …3]
            ]
            +getters: array:1 [
              "RichestUsers" => true
            ]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "DBTech\Credits:Cacheable" => []
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 1
          #rootClass: "DBTech\Credits\Entity\Currency"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:25 [ …25]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#272
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#271
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:3 [
              "user_id" => array:2 [ …2]
              "scheme_class" => array:3 [ …3]
              "data" => array:2 [ …2]
            ]
            +relations: array:1 [
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:2 [ …2]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 2
          #rootClass: "XF\Entity\UserAuth"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserOption" => array:2 [
        0 => UserOption {#275
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#274
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:13 [
              "user_id" => array:3 [ …3]
              "show_dob_year" => array:2 [ …2]
              "show_dob_date" => array:2 [ …2]
              "content_show_signature" => array:2 [ …2]
              "receive_admin_email" => array:2 [ …2]
              "email_on_conversation" => array:2 [ …2]
              "push_on_conversation" => array:2 [ …2]
              "is_discouraged" => array:2 [ …2]
              "creation_watch_state" => array:3 [ …3]
              "interaction_watch_state" => array:3 [ …3]
              "alert_optout" => array:4 [ …4]
              "push_optout" => array:4 [ …4]
              "use_tfa" => array:2 [ …2]
            ]
            +relations: array:3 [
              "AlertOptOut" => array:3 [ …3]
              "PushOptOut" => array:3 [ …3]
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 3
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:2 [ …2]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserOption {#477
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#274}
          #_em: Manager {#264}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserProfile" => array:2 [
        0 => UserProfile {#277
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:17 [
              "user_id" => array:3 [ …3]
              "dob_day" => array:3 [ …3]
              "dob_month" => array:3 [ …3]
              "dob_year" => array:3 [ …3]
              "signature" => array:4 [ …4]
              "website" => array:4 [ …4]
              "location" => array:4 [ …4]
              "following" => array:4 [ …4]
              "ignored" => array:3 [ …3]
              "avatar_crop_x" => array:3 [ …3]
              "avatar_crop_y" => array:3 [ …3]
              "banner_date" => array:2 [ …2]
              "banner_position_y" => array:5 [ …5]
              "about" => array:4 [ …4]
              "custom_fields" => array:3 [ …3]
              "connected_accounts" => array:3 [ …3]
              "password_date" => array:3 [ …3]
            ]
            +relations: array:2 [
              "User" => array:4 [ …4]
              "CustomFields" => array:4 [ …4]
            ]
            +getters: array:3 [
              "age" => true
              "birthday" => true
              "custom_fields" => true
            ]
            +defaultWith: []
            +options: array:3 [
              "max_long_string_length" => "10000"
              "location_required" => false
              "admin_edit" => false
            ]
            +behaviors: array:2 [
              "XF:ChangeLoggable" => array:1 [ …1]
              "XF:CustomFieldsHolder" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 4
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserProfile {#476
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#264}
          -_uniqueEntityId: 15
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:17 [ …17]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\UserPrivacy" => array:2 [
        0 => UserPrivacy {#279
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:7 [
              "user_id" => array:2 [ …2]
              "allow_view_profile" => array:4 [ …4]
              "allow_post_profile" => array:4 [ …4]
              "allow_send_personal_conversation" => array:4 [ …4]
              "allow_view_identities" => array:4 [ …4]
              "allow_receive_news_feed" => array:4 [ …4]
              "tlg_allow_view_groups" => array:4 [ …4]
            ]
            +relations: array:1 [
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 5
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserPrivacy {#451
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#264}
          -_uniqueEntityId: 14
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:7 [ …7]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\User" => array:7 [
        6018 => User {#469
          #_getterCache: array:3 [ …3]
          #_valueCache: array:7 [ …7]
          #_structure: Structure {#268
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:60 [
              "user_id" => array:4 [ …4]
              "username" => array:4 [ …4]
              "username_date" => array:3 [ …3]
              "username_date_visible" => array:3 [ …3]
              "email" => array:2 [ …2]
              "style_id" => array:3 [ …3]
              "language_id" => array:3 [ …3]
              "timezone" => array:3 [ …3]
              "visible" => array:2 [ …2]
              "activity_visible" => array:2 [ …2]
              "user_group_id" => array:2 [ …2]
              "secondary_group_ids" => array:3 [ …3]
              "display_style_group_id" => array:3 [ …3]
              "permission_combination_id" => array:3 [ …3]
              "message_count" => array:5 [ …5]
              "question_solution_count" => array:5 [ …5]
              "alerts_unviewed" => array:5 [ …5]
              "alerts_unread" => array:5 [ …5]
              "conversations_unread" => array:5 [ …5]
              "register_date" => array:3 [ …3]
              "last_activity" => array:3 [ …3]
              "last_summary_email_date" => array:4 [ …4]
              "trophy_points" => array:5 [ …5]
              "avatar_date" => array:2 [ …2]
              "avatar_width" => array:4 [ …4]
              "avatar_height" => array:4 [ …4]
              "avatar_highdpi" => array:3 [ …3]
              "gravatar" => array:4 [ …4]
              "user_state" => array:3 [ …3]
              "security_lock" => array:3 [ …3]
              "is_moderator" => array:2 [ …2]
              "is_admin" => array:2 [ …2]
              "is_staff" => array:3 [ …3]
              "is_banned" => array:2 [ …2]
              "reaction_score" => array:4 [ …4]
              "vote_score" => array:4 [ …4]
              "custom_title" => array:4 [ …4]
              "warning_points" => array:4 [ …4]
              "secret_key" => array:4 [ …4]
              "privacy_policy_accepted" => array:2 [ …2]
              "terms_accepted" => array:2 [ …2]
              "dbtech_credits_credits" => array:3 [ …3]
              "dbtech_credits_lastdaily" => array:3 [ …3]
              "dbtech_credits_lastinterest" => array:3 [ …3]
              "dbtech_credits_lastpaycheck" => array:3 [ …3]
              "dbtech_credits_lasttaxation" => array:3 [ …3]
              "nf_tickets_count" => array:4 [ …4]
              "nf_tickets_unread" => array:4 [ …4]
              "siropu_chat_room_id" => array:3 [ …3]
              "siropu_chat_conv_id" => array:3 [ …3]
              "siropu_chat_rooms" => array:4 [ …4]
              "siropu_chat_conversations" => array:4 [ …4]
              "siropu_chat_settings" => array:4 [ …4]
              "siropu_chat_room_join_time" => array:4 [ …4]
              "siropu_chat_status" => array:5 [ …5]
              "siropu_chat_is_sanctioned" => array:3 [ …3]
              "siropu_chat_message_count" => array:3 [ …3]
              "siropu_chat_last_activity" => array:3 [ …3]
              "xf_bdmedal_awarded_cached" => array:1 [ …1]
              "tlg_total_own_groups" => array:2 [ …2]
            ]
            +relations: array:16 [
              "Admin" => array:4 [ …4]
              "Auth" => array:4 [ …4]
              "ConnectedAccounts" => array:4 [ …4]
              "Option" => array:4 [ …4]
              "PermissionCombination" => array:5 [ …5]
              "Profile" => array:4 [ …4]
              "Privacy" => array:4 [ …4]
              "Ban" => array:4 [ …4]
              "Reject" => array:4 [ …4]
              "Activity" => array:4 [ …4]
              "ApprovalQueue" => array:4 [ …4]
              "Following" => array:5 [ …5]
              "PendingUsernameChange" => array:4 [ …4]
              "PreRegAction" => array:4 [ …4]
              "TicketQueueWatch" => array:4 [ …4]
              "TLGUserCache" => array:4 [ …4]
            ]
            +getters: array:12 [
              "PermissionSet" => array:2 [ …2]
              "permission_combination_id" => false
              "is_super_admin" => true
              "last_activity" => true
              "email_confirm_key" => true
              "warning_count" => true
              "next_allowed_username_change" => true
              "dbtech_credits_currency" => true
              "nf_ticket_stats" => array:2 [ …2]
              "nf_formatted_user_state" => array:2 [ …2]
              "medal_awardeds" => true
              "medal_count" => true
            ]
            +defaultWith: []
            +options: array:11 [
              "allow_self_delete" => false
              "custom_title_disallowed" => array:2 [ …2]
              "admin_edit" => false
              "enqueue_rename_cleanup" => true
              "enqueue_delete_cleanup" => true
              "prevent_self_lock" => true
              "insert_username_change_history" => true
              "insert_username_change_visible" => false
              "nf_is_banned" => null
              "nf_force_captcha" => null
              "nfTickets" => true
            ]
            +behaviors: array:1 [
              "XF:ChangeLoggable" => []
            ]
            +columnAliases: array:1 [
              "like_count" => "reaction_score"
            ]
            +withAliases: array:1 [
              "api" => array:5 [ …5]
            ]
          }
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: array:2 [ …2]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37892 => User {#625
          #_getterCache: []
          #_valueCache: array:5 [ …5]
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 20
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1 => User {#780
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38051 => User {#648
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [
            "user_id" => 38051
            "username" => "him"
            "username_date" => 0
            "username_date_visible" => 0
            "email" => "[email protected]"
            "custom_title" => ""
            "language_id" => 1
            "style_id" => 0
            "timezone" => "America/Chicago"
            "visible" => 1
            "user_group_id" => 2
            "secondary_group_ids" => ""
            "display_style_group_id" => 2
            "permission_combination_id" => 8
            "message_count" => 1
            "question_solution_count" => 0
            "conversations_unread" => 0
            "register_date" => 1709882302
            "last_activity" => 1709882740
            "last_summary_email_date" => 1714920771
            "trophy_points" => 1
            "alerts_unviewed" => 0
            "alerts_unread" => 0
            "avatar_date" => 0
            "avatar_width" => 0
            "avatar_height" => 0
            "avatar_highdpi" => 0
            "gravatar" => ""
            "user_state" => "valid"
            "security_lock" => ""
            "is_moderator" => 0
            "is_admin" => 0
            "is_banned" => 0
            "reaction_score" => 0
            "warning_points" => 0
            "is_staff" => 0
            "dbtech_credits_credits" => "23.20000000"
            "currency_id" => 0
            "bdbank_money" => 0
            "xf_bdreputation_given" => 0
            "xf_bdmedal_awarded_cached" => null
            "team_count" => 0
            "team_ribbon_id" => 0
            "team_cache" => null
            "activity_visible" => 1
            "manage_team_count" => 0
            "privacy_policy_accepted" => 1709882302
            "terms_accepted" => 1709882302
            "secret_key" => "sUYaEeM9JQabWTbYmftEddlTZuJrErat"
            "vote_score" => 0
            "dbtech_credits_lastdaily" => 0
            "dbtech_credits_lastinterest" => 0
            "dbtech_credits_lastpaycheck" => 0
            "dbtech_credits_lasttaxation" => 0
            "tlg_total_own_groups" => 0
            "siropu_chat_room_id" => 1
            "siropu_chat_conv_id" => 0
            "siropu_chat_rooms" => "{"1":1709882307}"
            "siropu_chat_conversations" => "[]"
            "siropu_chat_settings" => "[]"
            "siropu_chat_room_join_time" => "{"1":1709882307}"
            "siropu_chat_status" => ""
            "siropu_chat_is_sanctioned" => 0
            "siropu_chat_message_count" => 0
            "siropu_chat_last_activity" => 1709882307
            "nf_tickets_count" => 0
            "nf_tickets_unread" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1561 => User {#844
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 47
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1355 => User {#846
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 52
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        62 => User {#849
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\Node" => array:4 [
        5 => Node {#311
          #_getterCache: array:2 [ …2]
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#308
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Node {#782
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 23
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Node {#785
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        121 => Node {#841
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 43
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => array:4 [
        5 => Forum {#470
          #_getterCache: array:2 [ …2]
          #_valueCache: array:3 [ …3]
          #_structure: Structure {#304
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:29 [
              "node_id" => array:2 [ …2]
              "discussion_count" => array:3 [ …3]
              "message_count" => array:3 [ …3]
              "last_post_id" => array:2 [ …2]
              "last_post_date" => array:2 [ …2]
              "last_post_user_id" => array:2 [ …2]
              "last_post_username" => array:3 [ …3]
              "last_thread_id" => array:2 [ …2]
              "last_thread_title" => array:3 [ …3]
              "last_thread_prefix_id" => array:2 [ …2]
              "moderate_threads" => array:2 [ …2]
              "moderate_replies" => array:2 [ …2]
              "forum_type_id" => array:3 [ …3]
              "type_config" => array:2 [ …2]
              "allow_posting" => array:3 [ …3]
              "count_messages" => array:2 [ …2]
              "find_new" => array:2 [ …2]
              "allow_index" => array:3 [ …3]
              "index_criteria" => array:2 [ …2]
              "require_prefix" => array:3 [ …3]
              "allowed_watch_notifications" => array:3 [ …3]
              "field_cache" => array:2 [ …2]
              "prefix_cache" => array:2 [ …2]
              "prompt_cache" => array:2 [ …2]
              "default_prefix_id" => array:2 [ …2]
              "default_sort_order" => array:2 [ …2]
              "default_sort_direction" => array:3 [ …3]
              "list_date_limit_days" => array:3 [ …3]
              "min_tags" => array:4 [ …4]
            ]
            +relations: array:9 [
              "Read" => array:4 [ …4]
              "Watch" => array:4 [ …4]
              "DraftThreads" => array:4 [ …4]
              "LastPost" => array:4 [ …4]
              "LastPostUser" => array:4 [ …4]
              "LastThread" => array:4 [ …4]
              "Node" => array:5 [ …5]
              "GroupForum" => array:4 [ …4]
              "SEOPackageMetadata" => array:3 [ …3]
            ]
            +getters: array:9 [
              "draft_thread" => true
              "prefixes" => true
              "thread_prompt" => true
              "TypeHandler" => array:3 [ …3]
              "type_config" => array:3 [ …3]
              "node_name" => array:2 [ …2]
              "title" => array:2 [ …2]
              "description" => array:2 [ …2]
              "depth" => array:2 [ …2]
            ]
            +defaultWith: array:1 [
              0 => "Node"
            ]
            +options: array:1 [
              "delete_threads" => true
            ]
            +behaviors: array:1 [
              "Truonglv\Groups:Activity" => array:2 [ …2]
            ]
            +columnAliases: []
            +withAliases: array:1 [
              "api" => array:2 [ …2]
            ]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:2 [ …2]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Forum {#783
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Forum {#786
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 29
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        121 => Forum {#842
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [
            "node_id" => 121
            "discussion_count" => 5
            "message_count" => 6
            "last_post_id" => 191108
            "last_post_date" => 1709883921
            "last_post_user_id" => 1
            "last_post_username" => "doulie"
            "last_thread_id" => 25866
            "last_thread_title" => "Hims shop"
            "last_thread_prefix_id" => 0
            "moderate_replies" => 0
            "allow_posting" => 1
            "count_messages" => 1
            "find_new" => 0
            "allow_index" => "allow"
            "index_criteria" => "[]"
            "field_cache" => "[]"
            "prefix_cache" => "[]"
            "default_prefix_id" => 0
            "require_prefix" => 0
            "allowed_watch_notifications" => "all"
            "default_sort_order" => "last_post_date"
            "default_sort_direction" => "desc"
            "bdbank_options" => null
            "vw_options" => 0
            "moderate_threads" => 0
            "list_date_limit_days" => 0
            "min_tags" => 0
            "prompt_cache" => "[]"
            "forum_type_id" => "discussion"
            "type_config" => "{"allowed_thread_types":[],"allow_answer_voting":false,"allow_answer_downvote":false}"
          ]
          #_relations: array:1 [
            "Node" => Node {#841}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => array:10 [
        7154 => Thread {#468
          #_getterCache: array:4 [ …4]
          #_valueCache: array:4 [ …4]
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 12
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25886 => Thread {#784
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25877 => Thread {#787
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 31
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25870 => Thread {#788
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25869 => Thread {#789
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 41
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25866 => Thread {#843}
        25859 => Thread {#845
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 51
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25840 => Thread {#847
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 56
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25838 => Thread {#848
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 61
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25837 => Thread {#850
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 66
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Post" => array:1 [
        76498 => Post {#478
          #_getterCache: array:3 [ …3]
          #_valueCache: array:2 [ …2]
          #_structure: Structure {#465
            +shortName: "XF:Post"
            +contentType: "post"
            +table: "xf_post"
            +primaryKey: "post_id"
            +columns: array:22 [ …22]
            +relations: array:8 [ …8]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:4 [ …4]
            +columnAliases: array:2 [ …2]
            +withAliases: array:2 [ …2]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:23 [ …23]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF2SEO\SEOPackage\Entity\Keyword" => array:1 [
        1 => Keyword {#573
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#569
            +shortName: "XF2SEO\SEOPackage:Keyword"
            +contentType: null
            +table: "xf_seo_package_keyword"
            +primaryKey: "keyword_id"
            +columns: array:9 [ …9]
            +relations: []
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 19
          #rootClass: "XF2SEO\SEOPackage\Entity\Keyword"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [ …9]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\SessionActivity" => array:1 [
        "37892\x1E37892" => SessionActivity {#701
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#454
            +shortName: "XF:SessionActivity"
            +contentType: null
            +table: "xf_session_activity"
            +primaryKey: array:2 [ …2]
            +columns: array:9 [ …9]
            +relations: array:1 [ …1]
            +getters: array:6 [ …6]
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 21
          #rootClass: "XF\Entity\SessionActivity"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [ …9]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
    ]
    #structures: array:19 [
      "DBTech\Credits\Entity\Currency" => Structure {#269}
      "Truonglv\Groups\XF\Entity\User" => Structure {#268}
      "XF\Entity\UserAuth" => Structure {#271}
      "XF\Entity\UserOption" => Structure {#274}
      "XF\Entity\UserProfile" => Structure {#276}
      "Truonglv\Groups\XF\Entity\UserPrivacy" => Structure {#278}
      "XF2SEO\SEOPackage\Entity\Redirect" => Structure {#289
        +shortName: "XF2SEO\SEOPackage:Redirect"
        +contentType: null
        +table: "xf_seo_package_redirect"
        +primaryKey: "redirect_id"
        +columns: array:5 [
          "redirect_id" => array:3 [ …3]
          "match_url" => array:3 [ …3]
          "target_url" => array:3 [ …3]
          "redirect_type" => array:3 [ …3]
          "active" => array:2 [ …2]
        ]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => Structure {#297}
      "XF2SEO\SEOPackage\Entity\Metadata" => Structure {#303
        +shortName: "XF2SEO\SEOPackage:Metadata"
        +contentType: null
        +table: "xf_seo_package_metadata"
        +primaryKey: array:2 [
          0 => "content_type"
          1 => "content_id"
        ]
        +columns: array:3 [
          "content_type" => array:3 [ …3]
          "content_id" => array:2 [ …2]
          "metadata" => array:2 [ …2]
        ]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => Structure {#304}
      "Truonglv\Groups\Entity\Forum" => Structure {#307
        +shortName: "Truonglv\Groups:Forum"
        +contentType: null
        +table: "xf_tl_group_forum"
        +primaryKey: "node_id"
        +columns: array:2 [
          "group_id" => array:2 [ …2]
          "node_id" => array:2 [ …2]
        ]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
      "Truonglv\Groups\XF\Entity\Node" => Structure {#308}
      "XF\Entity\PermissionCacheContent" => Structure {#310
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Post" => Structure {#465}
      "XF\Entity\PermissionCombination" => Structure {#459
        +shortName: "XF:PermissionCombination"
        +contentType: null
        +table: "xf_permission_combination"
        +primaryKey: "permission_combination_id"
        +columns: array:4 [ …4]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XF\Entity\SessionActivity" => Structure {#454}
      "XC\PokemonCredits\DBTech\Credits\Entity\Event" => Structure {#317
        +shortName: "DBTech\Credits:Event"
        +contentType: null
        +table: "xf_dbtech_credits_event"
        +primaryKey: "event_id"
        +columns: array:27 [ …27]
        +relations: array:3 [ …3]
        +getters: array:3 [ …3]
        +defaultWith: []
        +options: array:2 [ …2]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XC\GymChallenge\Entity\GymBadge" => Structure {#544
        +shortName: "XC\GymChallenge:GymBadge"
        +contentType: null
        +table: "xc_gym_user_badge"
        +primaryKey: "gym_badge_id"
        +columns: array:5 [ …5]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XF2SEO\SEOPackage\Entity\Keyword" => Structure {#569}
    ]
    #repositories: array:15 [
      "XF:Payment" => Payment {#266
        #em: Manager {#264}
        #identifier: "XF:Payment"
      }
      "XF:User" => User {#267
        #em: Manager {#264}
        #identifier: "XF:User"
      }
      "SV\StandardLib:LinkBuilder" => LinkBuilder {#286
        #em: Manager {#264}
        #identifier: "SV\StandardLib:LinkBuilder"
      }
      "XF:Thread" => Thread {#467
        #em: Manager {#264}
        #identifier: "XF:Thread"
      }
      "XF:Post" => Post {#460
        #em: Manager {#264}
        #identifier: "XF:Post"
      }
      "XF:Attachment" => Attachment {#453
        #em: Manager {#264}
        #identifier: "XF:Attachment"
      }
      "XF:Unfurl" => Unfurl {#452
        #em: Manager {#264}
        #identifier: "XF:Unfurl"
      }
      "XF:UserAlert" => UserAlert {#473
        #em: Manager {#264}
        #identifier: "XF:UserAlert"
      }
      "DBTech\Credits:EventTrigger" => EventTrigger {#315
        #em: Manager {#264}
        #identifier: "DBTech\Credits:EventTrigger"
      }
      "XF:ThreadType" => ThreadType {#314
        #em: Manager {#264}
        #identifier: "XF:ThreadType"
      }
      "XF:SessionActivity" => SessionActivity {#313
        #em: Manager {#264}
        #identifier: "XF:SessionActivity"
      }
      "XenCentral\Feedback:Activity" => Activity {#479
        #_typeFilter: null
        #_userNameFilter: null
        #em: Manager {#264}
        #identifier: "XenCentral\Feedback:Activity"
      }
      "DBTech\Credits:Currency" => Currency {#549
        #em: Manager {#264}
        #identifier: "DBTech\Credits:Currency"
      }
      "XC\LatestPostThumbnail:Thumbnail" => Thumbnail {#615
        #em: Manager {#264}
        #identifier: "XC\LatestPostThumbnail:Thumbnail"
      }
      "XC\PokemonShop:Shops" => Shops {#622
        #em: Manager {#264}
        #identifier: "XC\PokemonShop:Shops"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 46
  #rootClass: "XF\Entity\Thread"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:36 [
    "thread_id" => 25866
    "node_id" => 121
    "title" => "Hims shop"
    "reply_count" => 1
    "view_count" => 321
    "user_id" => 38051
    "username" => "him"
    "post_date" => 1709882676
    "sticky" => 0
    "discussion_state" => "visible"
    "discussion_open" => 1
    "discussion_type" => "discussion"
    "first_post_id" => 191107
    "first_post_reaction_score" => 0
    "first_post_reactions" => "[]"
    "last_post_date" => 1709883921
    "last_post_id" => 191108
    "last_post_user_id" => 1
    "last_post_username" => "doulie"
    "prefix_id" => 0
    "team_id" => null
    "tags" => "[]"
    "custom_fields" => "[]"
    "vote_score" => 0
    "vote_count" => 0
    "type_data" => "[]"
    "thumbnail_ex" => null
    "thread_type" => "pokemon_shop"
    "shop_url" => "Cheap-pokemon"
    "shop_old_url" => ""
    "shop_layout" => "layout_1_link"
    "shop_color" => "layout_1_link"
    "owner_star_rating" => "0.00"
    "shop_creation" => 1709882676
    "gym_id" => 0
    "home_sticky" => 0
  ]
  #_relations: array:3 [
    "User" => User {#648}
    "Forum" => Forum {#842}
    "SEOPackageMetadata" => null
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Shop Thumbnail
none ( none )
Thread {#845
  #_getterCache: []
  #_valueCache: []
  #_structure: Structure {#297
    +shortName: "XF:Thread"
    +contentType: "thread"
    +table: "xf_thread"
    +primaryKey: "thread_id"
    +columns: array:35 [
      "thread_id" => array:3 [
        "type" => 2
        "autoIncrement" => true
        "nullable" => true
      ]
      "node_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "title" => array:5 [
        "type" => 5
        "maxLength" => 150
        "required" => "please_enter_valid_title"
        "censor" => true
        "api" => true
      ]
      "reply_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "view_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "user_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "required" => true
        "api" => true
      ]
      "post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "discussion_state" => array:4 [
        "type" => 5
        "default" => "visible"
        "allowedValues" => array:3 [
          0 => "visible"
          1 => "moderated"
          2 => "deleted"
        ]
        "api" => true
      ]
      "discussion_open" => array:3 [
        "type" => 65540
        "default" => true
        "api" => true
      ]
      "discussion_type" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "type_data" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "first_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_user_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "first_post_reaction_score" => array:3 [
        "type" => 1
        "default" => 0
        "api" => true
      ]
      "first_post_reactions" => array:3 [
        "type" => 65552
        "default" => []
        "nullable" => true
      ]
      "prefix_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "custom_fields" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "tags" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "vote_score" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "vote_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "gym_id" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "thumbnail_ex" => array:2 [
        "type" => 5
        "default" => null
      ]
      "home_sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "thread_type" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_old_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_layout" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_color" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "owner_star_rating" => array:2 [
        "type" => 3
        "default" => 0
      ]
      "shop_creation" => array:2 [
        "type" => 2
        "default" => 1715502129
      ]
    ]
    +relations: array:22 [
      "Forum" => array:6 [
        "entity" => "XF:Forum"
        "type" => 1
        "conditions" => "node_id"
        "primary" => true
        "with" => "Node"
        "api" => true
      ]
      "User" => array:5 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => "user_id"
        "primary" => true
        "api" => true
      ]
      "FirstPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPoster" => array:4 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Prefix" => array:4 [
        "entity" => "XF:ThreadPrefix"
        "type" => 1
        "conditions" => "prefix_id"
        "primary" => true
      ]
      "Read" => array:4 [
        "entity" => "XF:ThreadRead"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Watch" => array:4 [
        "entity" => "XF:ThreadWatch"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "UserPosts" => array:4 [
        "entity" => "XF:ThreadUserPost"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "DeletionLog" => array:4 [
        "entity" => "XF:DeletionLog"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "DraftReplies" => array:4 [
        "entity" => "XF:Draft"
        "type" => 2
        "conditions" => array:1 [
          0 => array:4 [ …4]
        ]
        "key" => "user_id"
      ]
      "ApprovalQueue" => array:4 [
        "entity" => "XF:ApprovalQueue"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Redirect" => array:4 [
        "entity" => "XF:ThreadRedirect"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "ReplyBans" => array:4 [
        "entity" => "XF:ThreadReplyBan"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Poll" => array:3 [
        "entity" => "XF:Poll"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
      "CustomFields" => array:4 [
        "entity" => "XF:ThreadFieldValue"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "field_id"
      ]
      "Question" => array:4 [
        "entity" => "XF:ThreadQuestion"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "Tags" => array:4 [
        "entity" => "XF:TagContent"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "tag_id"
      ]
      "ContentVotes" => array:5 [
        "entity" => "XF:ContentVote"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "vote_user_id"
        "order" => "vote_date"
      ]
      "Ticket" => array:3 [
        "entity" => "NF\Tickets:Ticket"
        "type" => 1
        "conditions" => "thread_id"
      ]
      "oldShop" => array:3 [
        "type" => 1
        "entity" => "XF:Thread"
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
      ]
      "SEOPackageMetadata" => array:3 [
        "type" => 1
        "entity" => "XF2SEO\SEOPackage:Metadata"
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
    ]
    +getters: array:9 [
      "draft_reply" => true
      "post_ids" => true
      "last_post_cache" => true
      "custom_fields" => true
      "cover_image" => true
      "TypeHandler" => array:3 [
        "cache" => true
        "getter" => "getTypeHandler"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "type_data" => array:3 [
        "cache" => true
        "getter" => "getTypeData"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "vote_score_short" => false
      "Ticket" => true
    ]
    +defaultWith: array:1 [
      0 => "SEOPackageMetadata"
    ]
    +options: array:2 [
      "log_moderator" => true
      "nfTickets" => true
    ]
    +behaviors: array:7 [
      "XF:ContentVotable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:ContentVotableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#296
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1641 to 1641"
        }
        "stateField" => "discussion_state"
      ]
      "XF:Taggable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:Indexable" => array:1 [
        "checkForUpdates" => array:7 [
          0 => "title"
          1 => "node_id"
          2 => "user_id"
          3 => "prefix_id"
          4 => "tags"
          5 => "discussion_state"
          6 => "first_post_id"
        ]
      ]
      "XF:IndexableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#294
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1650 to 1650"
        }
        "checkForUpdates" => array:3 [
          0 => "node_id"
          1 => "discussion_state"
          2 => "prefix_id"
        ]
      ]
      "XF:NewsFeedPublishable" => array:2 [
        "usernameField" => "username"
        "dateField" => "post_date"
      ]
      "XF:CustomFieldsHolder" => array:3 [
        "valueTable" => "xf_thread_field_value"
        "checkForUpdates" => array:1 [
          0 => "node_id"
        ]
        "getAllowedFields" => Closure {#295
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1660 to 1660"
        }
      ]
    ]
    +columnAliases: array:1 [
      "first_post_likes" => "first_post_reaction_score"
    ]
    +withAliases: array:3 [
      "full" => array:3 [
        0 => "User"
        1 => "LastPoster"
        2 => Closure {#299
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1819 to 1832"
        }
      ]
      "fullForum" => array:2 [
        0 => "full"
        1 => Closure {#300
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1836 to 1848"
        }
      ]
      "api" => array:3 [
        0 => "Forum.api"
        1 => "User.api"
        2 => Closure {#301
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1853 to 1869"
        }
      ]
    ]
  }
  #_em: Manager {#264
    #db: Adapter {#222
      #connection: mysqli {#223
        +affected_rows: null
        +client_info: null
        +client_version: null
        +connect_errno: null
        +connect_error: null
        +errno: null
        +error: null
        +error_list: null
        +field_count: null
        +host_info: null
        +info: null
        +insert_id: null
        +server_info: null
        +server_version: null
        +sqlstate: null
        +protocol_version: null
        +thread_id: null
        +warning_count: null
      }
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "localhost"
        "port" => "3306"
        "username" => "u769187343_pokemon_xf_new"
        "password" => "Ah;vSmek[s!9"
        "dbname" => "u769187343_pokemon_xf_new"
      ]
      #fullUnicode: false
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 31
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:31 [
        1 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('addOns', 'addOnsComposer', 'autoJobRun', 'bbCodeMedia', 'classExtensions', 'codeEventListeners', 'connectedAccountCount', 'contentTypes', 'displayStyles', 'helpPageCount', 'languages', 'masterStyleProperties', 'nodeTypes', 'options', 'paymentProvider', 'reactions', 'reportCounts', 'simpleCache', 'smilies', 'unapprovedCounts', 'userBanners', 'userTitleLadder', 'userUpgradeCount', 'widgetCache', 'widgetDefinition', 'widgetPosition', 'bannedIps', 'bbCodeCustom', 'discouragedIps', 'forumTypes', 'notices', 'noticesLastReset', 'routeFilters', 'routesPublic', 'styles', 'userFieldsInfo', 'threadFieldsInfo', 'threadPrefixes', 'threadTypes')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3498
          "trace" => array:10 [ …10]
          "execute" => 1715502129.3502
          "complete" => 1715502129.3505
        ]
        2 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('dbtCreditsCurrencies')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3549
          "trace" => array:20 [ …20]
          "execute" => 1715502129.3552
          "complete" => 1715502129.3552
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3563
          "trace" => array:11 [ …11]
          "execute" => 1715502129.3565
          "complete" => 1715502129.3565
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.3572
          "trace" => array:15 [ …15]
          "execute" => 1715502129.3574
          "complete" => 1715502129.3574
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_user_User_2`.*, `xf_forum_Forum_3`.*, `xf_tl_group_forum_GroupForum_4`.*, `xf_node_Node_5`.*, `xf_permission_cache_content_Permissions_6`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_2` ON (`xf_user_User_2`.`user_id` = `xf_thread`.`user_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_3` ON (`xf_forum_Forum_3`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_tl_group_forum` AS `xf_tl_group_forum_GroupForum_4` ON (`xf_tl_group_forum_GroupForum_4`.`node_id` = `xf_forum_Forum_3`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_5` ON (`xf_node_Node_5`.`node_id` = `xf_forum_Forum_3`.`node_id`)\n
            LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_6` ON (`xf_permission_cache_content_Permissions_6`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_6`.`content_id` = `xf_node_Node_5`.`node_id` AND `xf_permission_cache_content_Permissions_6`.`permission_combination_id` = '1')\n
            \t\t\tWHERE (`xf_thread`.`thread_id` = '7154')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3588
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3593
          "complete" => 1715502129.3595
        ]
        6 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3604
          "trace" => array:14 [ …14]
          "execute" => 1715502129.3606
          "complete" => 1715502129.3606
        ]
        7 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_post`.*, `xf_user_User_1`.*, `xf_user_option_Option_2`.*, `xf_user_profile_Profile_3`.*, `xf_user_privacy_Privacy_4`.*, `xf_permission_combination_PermissionCombination_5`.*, `xf_session_activity_Activity_6`.*\n
            \t\t\tFROM `xf_post`\n
            \t\t\tLEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_post`.`user_id`)\n
            LEFT JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_4` ON (`xf_user_privacy_Privacy_4`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_permission_combination` AS `xf_permission_combination_PermissionCombination_5` ON (`xf_permission_combination_PermissionCombination_5`.`permission_combination_id` = `xf_user_User_1`.`permission_combination_id`)\n
            LEFT JOIN `xf_session_activity` AS `xf_session_activity_Activity_6` ON (`xf_session_activity_Activity_6`.`user_id` = `xf_user_User_1`.`user_id` AND `xf_session_activity_Activity_6`.`unique_key` = CONCAT(`xf_user_User_1`.`user_id`, ''))\n
            \t\t\tWHERE (`xf_post`.`thread_id` = 7154) AND ((`xf_post`.`message_state` IN ('visible'))) AND (`xf_post`.`position` >= 0) AND (`xf_post`.`position` < 20)\n
            \t\t\tORDER BY `xf_post`.`position` ASC, `xf_post`.`post_date` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3614
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3626
          "complete" => 1715502129.3627
        ]
        8 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_dbtech_credits_event`.*\n
            \t\t\tFROM `xf_dbtech_credits_event`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_dbtech_credits_event`.`event_trigger_id` = 'read')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3634
          "trace" => array:17 [ …17]
          "execute" => 1715502129.3636
          "complete" => 1715502129.3636
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_dbtech_credits_event`.*\n
            \t\t\tFROM `xf_dbtech_credits_event`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_dbtech_credits_event`.`event_trigger_id` = 'view')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3638
          "trace" => array:18 [ …18]
          "execute" => 1715502129.364
          "complete" => 1715502129.364
        ]
        10 => array:6 [
          "query" => """
            \n
            \t\t\tINSERT INTO xf_thread_view\n
            \t\t\t\t(thread_id, total)\n
            \t\t\tVALUES\n
            \t\t\t\t(? , 1)\n
            \t\t\tON DUPLICATE KEY UPDATE\n
            \t\t\t\ttotal = total + 1\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.3641
          "trace" => array:13 [ …13]
          "execute" => 1715502129.3642
          "complete" => 1715502129.3642
        ]
        11 => array:6 [
          "query" => """
            SELECT view_date\n
            \t\t\t\t\tFROM xf_session_activity\n
            \t\t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:2 [ …2]
          "start" => 1715502129.3646
          "trace" => array:13 [ …13]
          "execute" => 1715502129.3646
          "complete" => 1715502129.3647
        ]
        12 => array:6 [
          "query" => """
            -- XFDB=noForceAllWrite\n
            \t\t\t\tUPDATE xf_session_activity\n
            \t\t\t\tSET\n
            \t\t\t\t\tip = ?,\n
            \t\t\t\t\tcontroller_name = ?,\n
            \t\t\t\t\tcontroller_action = ?,\n
            \t\t\t\t\tview_state = ?,\n
            \t\t\t\t\tparams = ?,\n
            \t\t\t\t\tview_date = ?,\n
            \t\t\t\t\trobot_key = ?\n
            \t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:9 [ …9]
          "start" => 1715502129.3647
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3648
          "complete" => 1715502129.3648
        ]
        13 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` = 6018) AND (`xf_session_activity`.`unique_key` = '6018')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3708
          "trace" => array:34 [ …34]
          "execute" => 1715502129.3709
          "complete" => 1715502129.3709
        ]
        14 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xc_gym_user_badge`.*\n
            \t\t\tFROM `xc_gym_user_badge`\n
            \t\t\t\n
            \t\t\tWHERE (`xc_gym_user_badge`.`user_id` = 6018)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3719
          "trace" => array:27 [ …27]
          "execute" => 1715502129.3721
          "complete" => 1715502129.3721
        ]
        15 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_keyword`.*\n
            \t\t\tFROM `xf_seo_package_keyword`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_keyword`.`active` = 1)\n
            \t\t\tORDER BY `xf_seo_package_keyword`.`execute_order` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3732
          "trace" => array:43 [ …43]
          "execute" => 1715502129.3734
          "complete" => 1715502129.3734
        ]
        16 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3739
          "trace" => array:33 [ …33]
          "execute" => 1715502129.3927
          "complete" => 1715502129.3928
        ]
        17 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3929
          "trace" => array:34 [ …34]
          "execute" => 1715502129.4083
          "complete" => 1715502129.4083
        ]
        18 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4086
          "trace" => array:15 [ …15]
          "execute" => 1715502129.4187
          "complete" => 1715502129.4188
        ]
        19 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4189
          "trace" => array:16 [ …16]
          "execute" => 1715502129.429
          "complete" => 1715502129.429
        ]
        20 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4292
          "trace" => array:16 [ …16]
          "execute" => 1715502129.4393
          "complete" => 1715502129.4393
        ]
        21 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4395
          "trace" => array:15 [ …15]
          "execute" => 1715502129.45
          "complete" => 1715502129.45
        ]
        22 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT\n
            \t\t\t\tSUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,\n
            \t\t\t\tSUM(IF(user_id > 0, 1, 0)) AS members,\n
            \t\t\t\tSUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests\n
            \t\t\tFROM xf_session_activity\n
            \t\t\tWHERE view_date >= ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.4526
          "trace" => array:18 [ …18]
          "execute" => 1715502129.4533
          "complete" => 1715502129.4533
        ]
        23 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*, `xf_user_User_1`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\tINNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1715498529)\n
            \t\t\tORDER BY `xf_session_activity`.`view_date` DESC\n
            \t\t\n
            LIMIT 50
            """
          "params" => []
          "start" => 1715502129.4535
          "trace" => array:18 [ …18]
          "execute" => 1715502129.4539
          "complete" => 1715502129.4539
        ]
        24 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('forumStatistics')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.4544
          "trace" => array:22 [ …22]
          "execute" => 1715502129.4545
          "complete" => 1715502129.4545
        ]
        25 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tINNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)\n
            INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user_profile_Profile_1`.`dob_day` = 12) AND (`xf_user_profile_Profile_1`.`dob_month` = 5) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1683966129) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')\n
            \t\t\tORDER BY `xf_user`.`username` ASC\n
            \t\t\n
            LIMIT 12
            """
          "params" => []
          "start" => 1715502129.455
          "trace" => array:16 [ …16]
          "execute" => 1715502129.4568
          "complete" => 1715502129.4569
        ]
        26 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`home_sticky` = 1) AND (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502129.4574
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4813
          "complete" => 1715502129.4815
        ]
        27 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502129.4817
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4822
          "complete" => 1715502129.4823
        ]
        28 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` = '121')\n
            \t\t\tORDER BY `xf_thread`.`shop_creation` DESC\n
            \t\t\n
            LIMIT 7
            """
          "params" => []
          "start" => 1715502129.4841
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4845
          "complete" => 1715502129.4846
        ]
        29 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498529) AND (`xf_session_activity`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5021
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5021
          "complete" => 1715502129.5022
        ]
        30 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5024
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5026
          "complete" => 1715502129.5026
        ]
        31 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT title, phrase_text\n
            \t\t\tFROM xf_phrase_compiled\n
            \t\t\tWHERE language_id = ?\n
            \t\t\t\tAND title IN ('xc_none_rating_count')\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.5026
          "trace" => array:20 [ …20]
          "execute" => 1715502129.5028
          "complete" => 1715502129.5028
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
    }
    #valueFormatter: ValueFormatter {#265}
    #extension: Extension {#224
      #listeners: array:26 [
        "addon_post_install" => array:2 [
          "XFMG" => array:1 [ …1]
          "_" => array:1 [ …1]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_complete" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_render_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:5 [ …5]
        ]
        "controller_post_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "controller_pre_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_user" => array:1 [
          "_" => array:4 [ …4]
        ]
        "dispatcher_match" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_button_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_dialog" => array:2 [
          "dbtechCreditsCharge" => array:1 [ …1]
          "chat" => array:1 [ …1]
        ]
        "entity_post_delete" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "entity_post_save" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "import_importer_classes" => array:1 [
          "_" => array:3 [ …3]
        ]
        "inline_mod_actions" => array:6 [
          "post" => array:1 [ …1]
          "profile_post" => array:1 [ …1]
          "thread" => array:1 [ …1]
          "xfmg_comment" => array:1 [ …1]
          "xfmg_album" => array:1 [ …1]
          "xfmg_media" => array:1 [ …1]
        ]
        "navigation_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_macro_pre_render" => array:4 [
          "admin:option_macros:option_form_block" => array:3 [ …3]
          "public:account_visitor_menu:visitor_panel_row" => array:1 [ …1]
          "public:member_macros:member_stat_pairs" => array:1 [ …1]
          "public:message_macros:user_info" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:2 [ …2]
        ]
        "templater_template_pre_render" => array:2 [
          "public:editor" => array:1 [ …1]
          "public:member_notable" => array:1 [ …1]
        ]
        "user_content_change_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_delete_clean_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_merge_combine" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #classExtensions: array:108 [
        "XF\Pub\Controller\Logout" => array:1 [
          0 => "Siropu\Chat\XF\Pub\Controller\Logout"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\DataManager"
        ]
        "XF\AddOn\Manager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\Manager"
        ]
        "XF\Entity\User" => array:9 [
          0 => "XenCentral\Feedback\XF\Entity\User"
          1 => "DBTech\Credits\XF\Entity\User"
          2 => "NF\Tickets\XF\Entity\User"
          3 => "Siropu\Chat\XF\Entity\User"
          4 => "XC\GymChallenge\XF\Entity\User"
          5 => "XC\PokemonShop\XF\Entity\User"
          6 => "XF2SEO\SEOPackage\XF\Entity\User"
          7 => "Xfrocks\Medal\XF\Entity\User"
          8 => "Truonglv\Groups\XF\Entity\User"
        ]
        "XFMG\Entity\Comment" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\Comment"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Comment"
        ]
        "XFMG\Entity\MediaItem" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\MediaItem"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\MediaItem"
        ]
        "XFMG\Entity\Rating" => array:1 [
          0 => "DBTech\Credits\XFMG\Entity\Rating"
        ]
        "XFMG\Service\Comment\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Comment\Creator"
        ]
        "XFMG\Service\Media\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Media\Creator"
        ]
        "XFRM\Entity\ResourceItem" => array:2 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceItem"
          1 => "NF\Tickets\XFRM\Entity\ResourceItem"
        ]
        "XFRM\Entity\ResourceRating" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceRating"
        ]
        "XFRM\Entity\ResourceUpdate" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceUpdate"
        ]
        "XFRM\Repository\ResourceVersion" => array:1 [
          0 => "DBTech\Credits\XFRM\Repository\ResourceVersion"
        ]
        "XF\Admin\Controller\User" => array:2 [
          0 => "DBTech\Credits\XF\Admin\Controller\User"
          1 => "XenCentral\Feedback\Admin\Controller\User"
        ]
        "XF\Attachment\Post" => array:1 [
          0 => "DBTech\Credits\XF\Attachment\Post"
        ]
        "XF\BbCode\Renderer\ApiHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\ApiHtml"
        ]
        "XF\BbCode\Renderer\EmailHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\EmailHtml"
        ]
        "XF\Entity\ConversationMessage" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ConversationMessage"
        ]
        "XF\Entity\LikedContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\LikedContent"
        ]
        "XF\Entity\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Poll"
        ]
        "XF\Entity\Post" => array:4 [
          0 => "DBTech\Credits\XF\Entity\Post"
          1 => "Truonglv\Groups\XF\Entity\Post"
          2 => "XC\PokemonShop\XF\Entity\Post"
          3 => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        ]
        "XF\Entity\ProfilePost" => array:2 [
          0 => "DBTech\Credits\XF\Entity\ProfilePost"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePost"
        ]
        "XF\Entity\ReactionContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReactionContent"
        ]
        "XF\Entity\ReportComment" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReportComment"
        ]
        "XF\Entity\TagContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\TagContent"
        ]
        "XF\Entity\Thread" => array:8 [
          0 => "DBTech\Credits\XF\Entity\Thread"
          1 => "NF\Tickets\XF\Entity\Thread"
          2 => "Truonglv\Groups\XF\Entity\Thread"
          3 => "XC\GymChallenge\XF\Entity\Thread"
          4 => "XC\LatestPostThumbnail\XF\Entity\Thread"
          5 => "XC\PokemonShop\XF\Entity\Thread"
          6 => "XF2SEO\SEOPackage\XF\Entity\Thread"
          7 => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        ]
        "XF\Entity\UserFollow" => array:1 [
          0 => "DBTech\Credits\XF\Entity\UserFollow"
        ]
        "XF\Entity\Warning" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Warning"
        ]
        "XF\Pub\Controller\Member" => array:5 [
          0 => "DBTech\Credits\XF\Pub\Controller\Member"
          1 => "NF\Tickets\XF\Pub\Controller\Member"
          2 => "XC\GymChallenge\XF\Pub\Controller\Member"
          3 => "XC\PokemonCredits\XF\Pub\Controller\Member"
          4 => "Xfrocks\Medal\XF\Pub\Controller\Member"
        ]
        "XF\Repository\Attachment" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Attachment"
        ]
        "XF\Repository\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Poll"
        ]
        "XF\Repository\Tag" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Tag"
        ]
        "XF\Repository\Thread" => array:2 [
          0 => "DBTech\Credits\XF\Repository\Thread"
          1 => "NF\Tickets\XF\Repository\Thread"
        ]
        "XF\Repository\Trophy" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Trophy"
        ]
        "XF\Service\Post\Editor" => array:2 [
          0 => "DBTech\Credits\XF\Service\Post\Editor"
          1 => "TickTackk\ChangeContentOwner\XF\Service\Post\Editor"
        ]
        "XF\Service\Post\Preparer" => array:1 [
          0 => "DBTech\Credits\XF\Service\Post\Preparer"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "DBTech\Credits\XF\Service\Report\Creator"
        ]
        "XF\Service\Thread\Creator" => array:3 [
          0 => "DBTech\Credits\XF\Service\Thread\Creator"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Creator"
          2 => "XC\PokemonShop\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Replier" => array:2 [
          0 => "DBTech\Credits\XF\Service\Thread\Replier"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Replier"
        ]
        "XF\Service\User\Merge" => array:2 [
          0 => "DBTech\Credits\XF\Service\User\Merge"
          1 => "XenCentral\Feedback\XF\Service\Merge"
        ]
        "XF\Service\User\RegistrationComplete" => array:1 [
          0 => "DBTech\Credits\XF\Service\User\RegistrationComplete"
        ]
        "XF\Str\Formatter" => array:1 [
          0 => "DBTech\Credits\XF\Str\Formatter"
        ]
        "XF\Admin\Controller\Option" => array:3 [
          0 => "DigitalPoint\Analytics\XF\Admin\Controller\Option"
          1 => "NF\Tickets\XF\Admin\Controller\Option"
          2 => "Truonglv\Groups\XF\Admin\Controller\Option"
        ]
        "XF\Mail\Mailer" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Mail\Mailer"
        ]
        "XF\Pub\Controller\Login" => array:2 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Login"
          1 => "Siropu\Chat\XF\Pub\Controller\Login"
        ]
        "XF\Pub\Controller\Register" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Register"
        ]
        "XF\Pub\View\Forum\Rss" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\View\Forum\Rss"
        ]
        "XF\Purchasable\UserUpgrade" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Purchasable\UserUpgrade"
        ]
        "XF\Service\Conversation\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Creator"
        ]
        "XF\Service\Conversation\Replier" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Replier"
        ]
        "XF\Service\ProfilePostComment\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePostComment\Creator"
        ]
        "XF\Service\ProfilePost\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePost\Creator"
        ]
        "XFRM\Admin\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Admin\Controller\Category"
        ]
        "XFRM\Entity\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Entity\Category"
        ]
        "XFRM\Pub\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\Category"
        ]
        "XFRM\Pub\Controller\ResourceItem" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\ResourceItem"
        ]
        "XF\ApprovalQueue\User" => array:1 [
          0 => "NF\Tickets\XF\ApprovalQueue\User"
        ]
        "XF\Entity\Search" => array:1 [
          0 => "NF\Tickets\XF\Entity\Search"
        ]
        "XF\InlineMod\Thread" => array:1 [
          0 => "NF\Tickets\XF\InlineMod\Thread"
        ]
        "XF\Pub\Controller\Account" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Account"
          1 => "Truonglv\Groups\XF\Pub\Controller\Account"
        ]
        "XF\Pub\Controller\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Conversation"
        ]
        "XF\Pub\Controller\GotoPage" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\GotoPage"
        ]
        "XF\Pub\Controller\Thread" => array:6 [
          0 => "NF\Tickets\XF\Pub\Controller\Thread"
          1 => "Truonglv\Groups\XF\Pub\Controller\Thread"
          2 => "XC\LatestPostThumbnail\XF\Pub\Controller\Thread"
          3 => "XC\PokemonShop\XF\Pub\Controller\Thread"
          4 => "XF2SEO\SEOPackage\XF\Pub\Controller\Thread"
          5 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        ]
        "XF\Pub\Controller\Watched" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Watched"
          1 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XF\Repository\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Repository\Conversation"
        ]
        "XF\Repository\Ip" => array:1 [
          0 => "NF\Tickets\XF\Repository\Ip"
        ]
        "XF\Repository\User" => array:1 [
          0 => "NF\Tickets\XF\Repository\User"
        ]
        "XF\Service\User\Registration" => array:1 [
          0 => "NF\Tickets\XF\Service\User\Registration"
        ]
        "XF\Service\CronEntry\CalculateNextRun" => array:1 [
          0 => "Siropu\Chat\XF\Service\CronEntry\CalculateNextRun"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Mvc\Router" => array:2 [
          0 => "SV\StandardLib\XF\Mvc\Router"
          1 => "XC\PokemonShop\XF\Mvc\Router"
        ]
        "XFMG\Attachment\Media" => array:1 [
          0 => "Truonglv\Groups\XFMG\Attachment\Media"
        ]
        "XFMG\Entity\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Entity\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Album"
        ]
        "XFMG\Finder\Album" => array:1 [
          0 => "Truonglv\Groups\XFMG\Finder\Album"
        ]
        "XFMG\Pub\Controller\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Album"
        ]
        "XFMG\Pub\Controller\Media" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Media"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Media"
        ]
        "XF\Admin\Controller\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Admin\Controller\Node"
        ]
        "XF\Entity\Forum" => array:3 [
          0 => "Truonglv\Groups\XF\Entity\Forum"
          1 => "XF2SEO\SEOPackage\XF\Entity\Forum"
          2 => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        ]
        "XF\Entity\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\Node"
        ]
        "XF\Entity\UserPrivacy" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\UserPrivacy"
        ]
        "XF\InlineMod\Thread\Move" => array:1 [
          0 => "Truonglv\Groups\XF\InlineMod\Thread\Move"
        ]
        "XF\Pub\Controller\Forum" => array:5 [
          0 => "Truonglv\Groups\XF\Pub\Controller\Forum"
          1 => "XC\LatestPostThumbnail\XF\Pub\Controller\Forum"
          2 => "XC\PokemonShop\XF\Pub\Controller\Forum"
          3 => "XF2SEO\SEOPackage\XF\Pub\Controller\Forum"
          4 => "SV\StandardLib\XF\Pub\Controller\Forum"
        ]
        "XF\Pub\Controller\InlineMod" => array:1 [
          0 => "Truonglv\Groups\XF\Pub\Controller\InlineMod"
        ]
        "XF\Repository\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Repository\Node"
        ]
        "XF\Pub\Controller\Post" => array:2 [
          0 => "XC\LatestPostThumbnail\XF\Pub\Controller\Post"
          1 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Post"
        ]
        "XF\Service\Thread\Editor" => array:3 [
          0 => "XC\LatestPostThumbnail\XF\Service\Thread\Editor"
          1 => "XC\PokemonShop\XF\Service\Thread\Editor"
          2 => "TickTackk\ChangeContentOwner\XF\Service\Thread\Editor"
        ]
        "DBTech\Credits\Entity\Event" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        ]
        "DBTech\Credits\EventTrigger\Purchase" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\EventTrigger\Purchase"
        ]
        "DBTech\Credits\Purchasable\Currency" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Purchasable\Currency"
        ]
        "XenCentral\Feedback\Entity\Feedback" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Entity\Feedback"
        ]
        "XenCentral\Feedback\Repository\User" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Repository\User"
        ]
        "XF\ControllerPlugin\Thread" => array:1 [
          0 => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        ]
        "XF\Admin\Controller\Forum" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\Admin\Controller\Forum"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        ]
        "XFA\CSVGrapher\Entity\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Entity\Graph"
        ]
        "XFA\CSVGrapher\Pub\Controller\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Pub\Controller\Graph"
        ]
        "XFA\CSVGrapher\Service\Graph\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Service\Graph\Editor"
        ]
        "XFMG\Pub\Controller\Comment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Comment"
        ]
        "XFMG\Service\Album\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Album\Editor"
        ]
        "XFMG\Service\Comment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Comment\Editor"
        ]
        "XFMG\Service\Media\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Media\Editor"
        ]
        "XF\Entity\ProfilePostComment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePostComment"
        ]
        "XF\Pub\Controller\ProfilePost" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\ProfilePost"
        ]
        "XF\Service\ProfilePostComment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePostComment\Editor"
        ]
        "XF\Service\ProfilePost\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePost\Editor"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\CssRenderer" => array:1 [
          0 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Pub\Controller\Misc" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Misc"
        ]
      ]
      #extensionMap: array:94 [
        "XF\AddOn\Manager" => "SV\StandardLib\XF\AddOn\Manager"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Data\Search" => "XF\Data\Search"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\Captcha\HCaptcha" => "XF\Captcha\HCaptcha"
        "XF\SubContainer\BbCode" => "XF\SubContainer\BbCode"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "DBTech\Credits\Payment\Credits" => "DBTech\Credits\Payment\Credits"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "XF\Payment\Stripe" => "XF\Payment\Stripe"
        "XF\Repository\User" => "NF\Tickets\XF\Repository\User"
        "XF\Entity\User" => "Truonglv\Groups\XF\Entity\User"
        "DBTech\Credits\Entity\Currency" => "DBTech\Credits\Entity\Currency"
        "XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Mvc\Router" => "XC\PokemonShop\XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "XF2SEO\SEOPackage\Entity\Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
        "XF2SEO\SEOPackage\Finder\Redirect" => "XF2SEO\SEOPackage\Finder\Redirect"
        "XF\Pub\Controller\Thread" => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        "XF\Entity\Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XF2SEO\SEOPackage\Entity\Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
        "XF\Entity\Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        "Truonglv\Groups\Entity\Forum" => "Truonglv\Groups\Entity\Forum"
        "XF\Entity\Node" => "Truonglv\Groups\XF\Entity\Node"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\ControllerPlugin\Node" => "XF\ControllerPlugin\Node"
        "XF\ThreadType\Discussion" => "XF\ThreadType\Discussion"
        "XF\Repository\Thread" => "NF\Tickets\XF\Repository\Thread"
        "XF\ControllerPlugin\Thread" => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        "XF\Str\Formatter" => "DBTech\Credits\XF\Str\Formatter"
        "XF\Repository\Post" => "XF\Repository\Post"
        "XF\Entity\Post" => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        "XF\Finder\Post" => "XF\Finder\Post"
        "XF\Entity\PermissionCombination" => "XF\Entity\PermissionCombination"
        "XF\Entity\SessionActivity" => "XF\Entity\SessionActivity"
        "XF\Repository\Attachment" => "DBTech\Credits\XF\Repository\Attachment"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XF\Repository\Unfurl" => "XF\Repository\Unfurl"
        "XF\Repository\UserAlert" => "XF\Repository\UserAlert"
        "DBTech\Credits\Repository\EventTrigger" => "DBTech\Credits\Repository\EventTrigger"
        "DBTech\Credits\EventTrigger\Read" => "DBTech\Credits\EventTrigger\Read"
        "DBTech\Credits\Entity\Event" => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        "DBTech\Credits\Finder\Event" => "DBTech\Credits\Finder\Event"
        "DBTech\Credits\EventTrigger\View" => "DBTech\Credits\EventTrigger\View"
        "XF\Repository\ThreadType" => "XF\Repository\ThreadType"
        "XF\ForumType\Discussion" => "XF\ForumType\Discussion"
        "XF\ThreadType\Poll" => "XF\ThreadType\Poll"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XenCentral\Feedback\Repository\Activity" => "XenCentral\Feedback\Repository\Activity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "XF\Template\Templater"
        "XF\DevelopmentOutput" => "XF\DevelopmentOutput"
        "XF\DevelopmentOutput\Template" => "XF\DevelopmentOutput\Template"
        "XF\SubContainer\Widget" => "XF\SubContainer\Widget"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\SimpleCache" => "XF\SimpleCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Thread\View" => "XF\Pub\View\Thread\View"
        "XF\CustomField\Set" => "XF\CustomField\Set"
        "XF\CustomField\DefinitionSet" => "XF\CustomField\DefinitionSet"
        "XF\Finder\SessionActivity" => "XF\Finder\SessionActivity"
        "DBTech\Credits\Repository\Currency" => "DBTech\Credits\Repository\Currency"
        "XC\GymChallenge\Entity\GymBadge" => "XC\GymChallenge\Entity\GymBadge"
        "XC\GymChallenge\Finder\GymBadge" => "XC\GymChallenge\Finder\GymBadge"
        "XF\BbCode\Parser" => "XF\BbCode\Parser"
        "XF\BbCode\RuleSet" => "XF\BbCode\RuleSet"
        "XF\BbCode\Renderer\Html" => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        "XF\Str\EmojiFormatter" => "XF\Str\EmojiFormatter"
        "XF2SEO\SEOPackage\Entity\Keyword" => "XF2SEO\SEOPackage\Entity\Keyword"
        "XF2SEO\SEOPackage\Finder\Keyword" => "XF2SEO\SEOPackage\Finder\Keyword"
        "XF\Widget\Html" => "XF\Widget\Html"
        "XF\Widget\WidgetRenderer" => "XF\Widget\WidgetRenderer"
        "XF\NoticeList" => "XF\NoticeList"
        "XF\Criteria\User" => "XF\Criteria\User"
        "XF\Criteria\Page" => "XF\Criteria\Page"
        "XF\Widget\MembersOnline" => "XF\Widget\MembersOnline"
        "XF\Widget\ForumStatistics" => "XF\Widget\ForumStatistics"
        "XF\Widget\Birthdays" => "XF\Widget\Birthdays"
        "XF\Finder\User" => "XF\Finder\User"
        "XC\LatestPostThumbnail\Repository\Thumbnail" => "XC\LatestPostThumbnail\Repository\Thumbnail"
        "XF\FsMounts" => "XF\FsMounts"
        "XC\PokemonShop\Repository\Shops" => "XC\PokemonShop\Repository\Shops"
        "XF\Debugger" => "XF\Debugger"
        "XenCentral\Feedback\Entity\FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
        "XenCentral\Feedback\Finder\FeedbackUser" => "XenCentral\Feedback\Finder\FeedbackUser"
      ]
    }
    #entityClassNameMap: array:20 [
      "XF:User" => "Truonglv\Groups\XF\Entity\User"
      "DBTech\Credits:Currency" => "DBTech\Credits\Entity\Currency"
      "XF:UserAuth" => "XF\Entity\UserAuth"
      "XF:UserOption" => "XF\Entity\UserOption"
      "XF:UserProfile" => "XF\Entity\UserProfile"
      "XF:UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
      "XF2SEO\SEOPackage:Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
      "XF:Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
      "XF2SEO\SEOPackage:Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
      "XF:Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
      "Truonglv\Groups:Forum" => "Truonglv\Groups\Entity\Forum"
      "XF:Node" => "Truonglv\Groups\XF\Entity\Node"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "XF:Post" => "TickTackk\ChangeContentOwner\XF\Entity\Post"
      "XF:PermissionCombination" => "XF\Entity\PermissionCombination"
      "XF:SessionActivity" => "XF\Entity\SessionActivity"
      "DBTech\Credits:Event" => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
      "XC\GymChallenge:GymBadge" => "XC\GymChallenge\Entity\GymBadge"
      "XF2SEO\SEOPackage:Keyword" => "XF2SEO\SEOPackage\Entity\Keyword"
      "XenCentral\Feedback:FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
    ]
    #entities: array:12 [
      "DBTech\Credits\Entity\Currency" => array:1 [
        1 => Currency {#270
          #_getterCache: []
          #_valueCache: array:3 [ …3]
          #_structure: Structure {#269
            +shortName: "DBTech\Credits:Currency"
            +contentType: null
            +table: "xf_dbtech_credits_currency"
            +primaryKey: "currency_id"
            +columns: array:25 [
              "currency_id" => array:2 [ …2]
              "title" => array:2 [ …2]
              "description" => array:2 [ …2]
              "active" => array:2 [ …2]
              "display_order" => array:2 [ …2]
              "table" => array:3 [ …3]
              "use_table_prefix" => array:2 [ …2]
              "column" => array:2 [ …2]
              "use_user_id" => array:2 [ …2]
              "user_id_column" => array:3 [ …3]
              "decimals" => array:3 [ …3]
              "privacy" => array:3 [ …3]
              "blacklist" => array:2 [ …2]
              "prefix" => array:2 [ …2]
              "suffix" => array:2 [ …2]
              "is_display_currency" => array:2 [ …2]
              "sidebar" => array:2 [ …2]
              "member_dropdown" => array:2 [ …2]
              "postbit" => array:2 [ …2]
              "negative" => array:3 [ …3]
              "maxtime" => array:2 [ …2]
              "earnmax" => array:2 [ …2]
              "value" => array:2 [ …2]
              "inbound" => array:2 [ …2]
              "outbound" => array:2 [ …2]
            ]
            +relations: array:2 [
              "Events" => array:4 [ …4]
              "Transactions" => array:3 [ …3]
            ]
            +getters: array:1 [
              "RichestUsers" => true
            ]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "DBTech\Credits:Cacheable" => []
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 1
          #rootClass: "DBTech\Credits\Entity\Currency"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:25 [ …25]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#272
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#271
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:3 [
              "user_id" => array:2 [ …2]
              "scheme_class" => array:3 [ …3]
              "data" => array:2 [ …2]
            ]
            +relations: array:1 [
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:2 [ …2]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 2
          #rootClass: "XF\Entity\UserAuth"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserOption" => array:2 [
        0 => UserOption {#275
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#274
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:13 [
              "user_id" => array:3 [ …3]
              "show_dob_year" => array:2 [ …2]
              "show_dob_date" => array:2 [ …2]
              "content_show_signature" => array:2 [ …2]
              "receive_admin_email" => array:2 [ …2]
              "email_on_conversation" => array:2 [ …2]
              "push_on_conversation" => array:2 [ …2]
              "is_discouraged" => array:2 [ …2]
              "creation_watch_state" => array:3 [ …3]
              "interaction_watch_state" => array:3 [ …3]
              "alert_optout" => array:4 [ …4]
              "push_optout" => array:4 [ …4]
              "use_tfa" => array:2 [ …2]
            ]
            +relations: array:3 [
              "AlertOptOut" => array:3 [ …3]
              "PushOptOut" => array:3 [ …3]
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 3
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:2 [ …2]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserOption {#477
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#274}
          #_em: Manager {#264}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserProfile" => array:2 [
        0 => UserProfile {#277
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:17 [
              "user_id" => array:3 [ …3]
              "dob_day" => array:3 [ …3]
              "dob_month" => array:3 [ …3]
              "dob_year" => array:3 [ …3]
              "signature" => array:4 [ …4]
              "website" => array:4 [ …4]
              "location" => array:4 [ …4]
              "following" => array:4 [ …4]
              "ignored" => array:3 [ …3]
              "avatar_crop_x" => array:3 [ …3]
              "avatar_crop_y" => array:3 [ …3]
              "banner_date" => array:2 [ …2]
              "banner_position_y" => array:5 [ …5]
              "about" => array:4 [ …4]
              "custom_fields" => array:3 [ …3]
              "connected_accounts" => array:3 [ …3]
              "password_date" => array:3 [ …3]
            ]
            +relations: array:2 [
              "User" => array:4 [ …4]
              "CustomFields" => array:4 [ …4]
            ]
            +getters: array:3 [
              "age" => true
              "birthday" => true
              "custom_fields" => true
            ]
            +defaultWith: []
            +options: array:3 [
              "max_long_string_length" => "10000"
              "location_required" => false
              "admin_edit" => false
            ]
            +behaviors: array:2 [
              "XF:ChangeLoggable" => array:1 [ …1]
              "XF:CustomFieldsHolder" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 4
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserProfile {#476
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#264}
          -_uniqueEntityId: 15
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:17 [ …17]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\UserPrivacy" => array:2 [
        0 => UserPrivacy {#279
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:7 [
              "user_id" => array:2 [ …2]
              "allow_view_profile" => array:4 [ …4]
              "allow_post_profile" => array:4 [ …4]
              "allow_send_personal_conversation" => array:4 [ …4]
              "allow_view_identities" => array:4 [ …4]
              "allow_receive_news_feed" => array:4 [ …4]
              "tlg_allow_view_groups" => array:4 [ …4]
            ]
            +relations: array:1 [
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 5
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserPrivacy {#451
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#264}
          -_uniqueEntityId: 14
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:7 [ …7]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\User" => array:7 [
        6018 => User {#469
          #_getterCache: array:3 [ …3]
          #_valueCache: array:7 [ …7]
          #_structure: Structure {#268
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:60 [
              "user_id" => array:4 [ …4]
              "username" => array:4 [ …4]
              "username_date" => array:3 [ …3]
              "username_date_visible" => array:3 [ …3]
              "email" => array:2 [ …2]
              "style_id" => array:3 [ …3]
              "language_id" => array:3 [ …3]
              "timezone" => array:3 [ …3]
              "visible" => array:2 [ …2]
              "activity_visible" => array:2 [ …2]
              "user_group_id" => array:2 [ …2]
              "secondary_group_ids" => array:3 [ …3]
              "display_style_group_id" => array:3 [ …3]
              "permission_combination_id" => array:3 [ …3]
              "message_count" => array:5 [ …5]
              "question_solution_count" => array:5 [ …5]
              "alerts_unviewed" => array:5 [ …5]
              "alerts_unread" => array:5 [ …5]
              "conversations_unread" => array:5 [ …5]
              "register_date" => array:3 [ …3]
              "last_activity" => array:3 [ …3]
              "last_summary_email_date" => array:4 [ …4]
              "trophy_points" => array:5 [ …5]
              "avatar_date" => array:2 [ …2]
              "avatar_width" => array:4 [ …4]
              "avatar_height" => array:4 [ …4]
              "avatar_highdpi" => array:3 [ …3]
              "gravatar" => array:4 [ …4]
              "user_state" => array:3 [ …3]
              "security_lock" => array:3 [ …3]
              "is_moderator" => array:2 [ …2]
              "is_admin" => array:2 [ …2]
              "is_staff" => array:3 [ …3]
              "is_banned" => array:2 [ …2]
              "reaction_score" => array:4 [ …4]
              "vote_score" => array:4 [ …4]
              "custom_title" => array:4 [ …4]
              "warning_points" => array:4 [ …4]
              "secret_key" => array:4 [ …4]
              "privacy_policy_accepted" => array:2 [ …2]
              "terms_accepted" => array:2 [ …2]
              "dbtech_credits_credits" => array:3 [ …3]
              "dbtech_credits_lastdaily" => array:3 [ …3]
              "dbtech_credits_lastinterest" => array:3 [ …3]
              "dbtech_credits_lastpaycheck" => array:3 [ …3]
              "dbtech_credits_lasttaxation" => array:3 [ …3]
              "nf_tickets_count" => array:4 [ …4]
              "nf_tickets_unread" => array:4 [ …4]
              "siropu_chat_room_id" => array:3 [ …3]
              "siropu_chat_conv_id" => array:3 [ …3]
              "siropu_chat_rooms" => array:4 [ …4]
              "siropu_chat_conversations" => array:4 [ …4]
              "siropu_chat_settings" => array:4 [ …4]
              "siropu_chat_room_join_time" => array:4 [ …4]
              "siropu_chat_status" => array:5 [ …5]
              "siropu_chat_is_sanctioned" => array:3 [ …3]
              "siropu_chat_message_count" => array:3 [ …3]
              "siropu_chat_last_activity" => array:3 [ …3]
              "xf_bdmedal_awarded_cached" => array:1 [ …1]
              "tlg_total_own_groups" => array:2 [ …2]
            ]
            +relations: array:16 [
              "Admin" => array:4 [ …4]
              "Auth" => array:4 [ …4]
              "ConnectedAccounts" => array:4 [ …4]
              "Option" => array:4 [ …4]
              "PermissionCombination" => array:5 [ …5]
              "Profile" => array:4 [ …4]
              "Privacy" => array:4 [ …4]
              "Ban" => array:4 [ …4]
              "Reject" => array:4 [ …4]
              "Activity" => array:4 [ …4]
              "ApprovalQueue" => array:4 [ …4]
              "Following" => array:5 [ …5]
              "PendingUsernameChange" => array:4 [ …4]
              "PreRegAction" => array:4 [ …4]
              "TicketQueueWatch" => array:4 [ …4]
              "TLGUserCache" => array:4 [ …4]
            ]
            +getters: array:12 [
              "PermissionSet" => array:2 [ …2]
              "permission_combination_id" => false
              "is_super_admin" => true
              "last_activity" => true
              "email_confirm_key" => true
              "warning_count" => true
              "next_allowed_username_change" => true
              "dbtech_credits_currency" => true
              "nf_ticket_stats" => array:2 [ …2]
              "nf_formatted_user_state" => array:2 [ …2]
              "medal_awardeds" => true
              "medal_count" => true
            ]
            +defaultWith: []
            +options: array:11 [
              "allow_self_delete" => false
              "custom_title_disallowed" => array:2 [ …2]
              "admin_edit" => false
              "enqueue_rename_cleanup" => true
              "enqueue_delete_cleanup" => true
              "prevent_self_lock" => true
              "insert_username_change_history" => true
              "insert_username_change_visible" => false
              "nf_is_banned" => null
              "nf_force_captcha" => null
              "nfTickets" => true
            ]
            +behaviors: array:1 [
              "XF:ChangeLoggable" => []
            ]
            +columnAliases: array:1 [
              "like_count" => "reaction_score"
            ]
            +withAliases: array:1 [
              "api" => array:5 [ …5]
            ]
          }
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: array:2 [ …2]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37892 => User {#625
          #_getterCache: []
          #_valueCache: array:5 [ …5]
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 20
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1 => User {#780
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38051 => User {#648
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1561 => User {#844
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 47
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [
            "user_id" => 1561
            "username" => "Ashy"
            "username_date" => 1704650208
            "username_date_visible" => 1704650208
            "email" => "[email protected]"
            "custom_title" => ""
            "language_id" => 1
            "style_id" => 0
            "timezone" => "Europe/London"
            "visible" => 1
            "user_group_id" => 13
            "secondary_group_ids" => "2"
            "display_style_group_id" => 2
            "permission_combination_id" => 171
            "message_count" => 42
            "question_solution_count" => 0
            "conversations_unread" => 0
            "register_date" => 1398632195
            "last_activity" => 1715269236
            "last_summary_email_date" => 1714920772
            "trophy_points" => 18
            "alerts_unviewed" => 0
            "alerts_unread" => 1
            "avatar_date" => 1704463492
            "avatar_width" => 384
            "avatar_height" => 384
            "avatar_highdpi" => 1
            "gravatar" => ""
            "user_state" => "valid"
            "security_lock" => ""
            "is_moderator" => 0
            "is_admin" => 0
            "is_banned" => 0
            "reaction_score" => 24
            "warning_points" => 0
            "is_staff" => 0
            "dbtech_credits_credits" => "32.72000000"
            "currency_id" => 2
            "bdbank_money" => 0
            "xf_bdreputation_given" => 0
            "xf_bdmedal_awarded_cached" => null
            "team_count" => 0
            "team_ribbon_id" => 0
            "team_cache" => "a:1:{i:16;a:21:{s:7:"team_id";i:16;s:7:"user_id";i:1561;s:8:"username";s:13:"DeadlySinners";s:12:"member_state";s:7:"request";s:8:"position";s:6:"member";s:9:"join_date";i:1437278162;s:5:"alert";i:1;s:6:"action";s:6:"invite";s:14:"action_user_id";i:4604;s:15:"action_username";s:3:"Ary";s:11:"req_message";s:0:"";s:10:"send_alert";i:1;s:10:"send_email";i:0;s:18:"last_reminder_date";i:0;s:14:"last_view_date";i:0;s:5:"title";s:11:"Team Quasar";s:16:"team_avatar_date";i:1436582487;s:12:"team_user_id";i:821;s:13:"team_username";s:8:"sebesmos";s:10:"team_state";s:7:"visible";s:13:"privacy_state";s:4:"open";}}"
            "activity_visible" => 1
            "manage_team_count" => 0
            "privacy_policy_accepted" => 0
            "terms_accepted" => 0
            "secret_key" => "_HxgusG_EzN8Qo5ujudRchZLjwNm0JuB"
            "vote_score" => 0
            "dbtech_credits_lastdaily" => 0
            "dbtech_credits_lastinterest" => 0
            "dbtech_credits_lastpaycheck" => 0
            "dbtech_credits_lasttaxation" => 0
            "tlg_total_own_groups" => 0
            "siropu_chat_room_id" => 1
            "siropu_chat_conv_id" => 7
            "siropu_chat_rooms" => "{"1":1715269193}"
            "siropu_chat_conversations" => "{"7":697}"
            "siropu_chat_settings" => null
            "siropu_chat_room_join_time" => "{"1":1704463375}"
            "siropu_chat_status" => ""
            "siropu_chat_is_sanctioned" => 0
            "siropu_chat_message_count" => 61
            "siropu_chat_last_activity" => 1715269193
            "nf_tickets_count" => 0
            "nf_tickets_unread" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1355 => User {#846
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 52
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        62 => User {#849
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\Node" => array:4 [
        5 => Node {#311
          #_getterCache: array:2 [ …2]
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#308
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Node {#782
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 23
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Node {#785
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        121 => Node {#841
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 43
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => array:4 [
        5 => Forum {#470
          #_getterCache: array:2 [ …2]
          #_valueCache: array:3 [ …3]
          #_structure: Structure {#304
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:29 [
              "node_id" => array:2 [ …2]
              "discussion_count" => array:3 [ …3]
              "message_count" => array:3 [ …3]
              "last_post_id" => array:2 [ …2]
              "last_post_date" => array:2 [ …2]
              "last_post_user_id" => array:2 [ …2]
              "last_post_username" => array:3 [ …3]
              "last_thread_id" => array:2 [ …2]
              "last_thread_title" => array:3 [ …3]
              "last_thread_prefix_id" => array:2 [ …2]
              "moderate_threads" => array:2 [ …2]
              "moderate_replies" => array:2 [ …2]
              "forum_type_id" => array:3 [ …3]
              "type_config" => array:2 [ …2]
              "allow_posting" => array:3 [ …3]
              "count_messages" => array:2 [ …2]
               …13
            ]
            +relations: array:9 [ …9]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:2 [ …2]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Forum {#783
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Forum {#786
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 29
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        121 => Forum {#842
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [
            "node_id" => 121
            "discussion_count" => 5
            "message_count" => 6
            "last_post_id" => 191108
            "last_post_date" => 1709883921
            "last_post_user_id" => 1
            "last_post_username" => "doulie"
            "last_thread_id" => 25866
            "last_thread_title" => "Hims shop"
            "last_thread_prefix_id" => 0
            "moderate_replies" => 0
            "allow_posting" => 1
            "count_messages" => 1
            "find_new" => 0
            "allow_index" => "allow"
            "index_criteria" => "[]"
            "field_cache" => "[]"
            "prefix_cache" => "[]"
            "default_prefix_id" => 0
            "require_prefix" => 0
            "allowed_watch_notifications" => "all"
            "default_sort_order" => "last_post_date"
            "default_sort_direction" => "desc"
            "bdbank_options" => null
            "vw_options" => 0
            "moderate_threads" => 0
            "list_date_limit_days" => 0
            "min_tags" => 0
            "prompt_cache" => "[]"
            "forum_type_id" => "discussion"
            "type_config" => "{"allowed_thread_types":[],"allow_answer_voting":false,"allow_answer_downvote":false}"
          ]
          #_relations: array:1 [
            "Node" => Node {#841}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => array:10 [
        7154 => Thread {#468
          #_getterCache: array:4 [ …4]
          #_valueCache: array:4 [ …4]
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 12
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25886 => Thread {#784
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25877 => Thread {#787
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 31
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25870 => Thread {#788
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25869 => Thread {#789
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 41
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25866 => Thread {#843
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 46
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25859 => Thread {#845}
        25840 => Thread {#847
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 56
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25838 => Thread {#848
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 61
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25837 => Thread {#850
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 66
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Post" => array:1 [
        76498 => Post {#478
          #_getterCache: array:3 [ …3]
          #_valueCache: array:2 [ …2]
          #_structure: Structure {#465
            +shortName: "XF:Post"
            +contentType: "post"
            +table: "xf_post"
            +primaryKey: "post_id"
            +columns: array:22 [ …22]
            +relations: array:8 [ …8]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:4 [ …4]
            +columnAliases: array:2 [ …2]
            +withAliases: array:2 [ …2]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:23 [ …23]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF2SEO\SEOPackage\Entity\Keyword" => array:1 [
        1 => Keyword {#573
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#569
            +shortName: "XF2SEO\SEOPackage:Keyword"
            +contentType: null
            +table: "xf_seo_package_keyword"
            +primaryKey: "keyword_id"
            +columns: array:9 [ …9]
            +relations: []
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 19
          #rootClass: "XF2SEO\SEOPackage\Entity\Keyword"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [ …9]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\SessionActivity" => array:1 [
        "37892\x1E37892" => SessionActivity {#701
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#454
            +shortName: "XF:SessionActivity"
            +contentType: null
            +table: "xf_session_activity"
            +primaryKey: array:2 [ …2]
            +columns: array:9 [ …9]
            +relations: array:1 [ …1]
            +getters: array:6 [ …6]
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 21
          #rootClass: "XF\Entity\SessionActivity"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [ …9]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
    ]
    #structures: array:20 [
      "DBTech\Credits\Entity\Currency" => Structure {#269}
      "Truonglv\Groups\XF\Entity\User" => Structure {#268}
      "XF\Entity\UserAuth" => Structure {#271}
      "XF\Entity\UserOption" => Structure {#274}
      "XF\Entity\UserProfile" => Structure {#276}
      "Truonglv\Groups\XF\Entity\UserPrivacy" => Structure {#278}
      "XF2SEO\SEOPackage\Entity\Redirect" => Structure {#289
        +shortName: "XF2SEO\SEOPackage:Redirect"
        +contentType: null
        +table: "xf_seo_package_redirect"
        +primaryKey: "redirect_id"
        +columns: array:5 [
          "redirect_id" => array:3 [ …3]
          "match_url" => array:3 [ …3]
          "target_url" => array:3 [ …3]
          "redirect_type" => array:3 [ …3]
          "active" => array:2 [ …2]
        ]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => Structure {#297}
      "XF2SEO\SEOPackage\Entity\Metadata" => Structure {#303
        +shortName: "XF2SEO\SEOPackage:Metadata"
        +contentType: null
        +table: "xf_seo_package_metadata"
        +primaryKey: array:2 [
          0 => "content_type"
          1 => "content_id"
        ]
        +columns: array:3 [
          "content_type" => array:3 [ …3]
          "content_id" => array:2 [ …2]
          "metadata" => array:2 [ …2]
        ]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => Structure {#304}
      "Truonglv\Groups\Entity\Forum" => Structure {#307
        +shortName: "Truonglv\Groups:Forum"
        +contentType: null
        +table: "xf_tl_group_forum"
        +primaryKey: "node_id"
        +columns: array:2 [ …2]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
      "Truonglv\Groups\XF\Entity\Node" => Structure {#308}
      "XF\Entity\PermissionCacheContent" => Structure {#310
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Post" => Structure {#465}
      "XF\Entity\PermissionCombination" => Structure {#459
        +shortName: "XF:PermissionCombination"
        +contentType: null
        +table: "xf_permission_combination"
        +primaryKey: "permission_combination_id"
        +columns: array:4 [ …4]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XF\Entity\SessionActivity" => Structure {#454}
      "XC\PokemonCredits\DBTech\Credits\Entity\Event" => Structure {#317
        +shortName: "DBTech\Credits:Event"
        +contentType: null
        +table: "xf_dbtech_credits_event"
        +primaryKey: "event_id"
        +columns: array:27 [ …27]
        +relations: array:3 [ …3]
        +getters: array:3 [ …3]
        +defaultWith: []
        +options: array:2 [ …2]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XC\GymChallenge\Entity\GymBadge" => Structure {#544
        +shortName: "XC\GymChallenge:GymBadge"
        +contentType: null
        +table: "xc_gym_user_badge"
        +primaryKey: "gym_badge_id"
        +columns: array:5 [ …5]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XF2SEO\SEOPackage\Entity\Keyword" => Structure {#569}
      "XenCentral\Feedback\Entity\FeedbackUser" => Structure {#832
        +shortName: "XenCentral\Feedback:FeedbackUser"
        +contentType: "feedbackuser"
        +table: "xf_xc_feedback_user"
        +primaryKey: "user_id"
        +columns: array:8 [ …8]
        +relations: array:1 [ …1]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
    ]
    #repositories: array:15 [
      "XF:Payment" => Payment {#266
        #em: Manager {#264}
        #identifier: "XF:Payment"
      }
      "XF:User" => User {#267
        #em: Manager {#264}
        #identifier: "XF:User"
      }
      "SV\StandardLib:LinkBuilder" => LinkBuilder {#286
        #em: Manager {#264}
        #identifier: "SV\StandardLib:LinkBuilder"
      }
      "XF:Thread" => Thread {#467
        #em: Manager {#264}
        #identifier: "XF:Thread"
      }
      "XF:Post" => Post {#460
        #em: Manager {#264}
        #identifier: "XF:Post"
      }
      "XF:Attachment" => Attachment {#453
        #em: Manager {#264}
        #identifier: "XF:Attachment"
      }
      "XF:Unfurl" => Unfurl {#452
        #em: Manager {#264}
        #identifier: "XF:Unfurl"
      }
      "XF:UserAlert" => UserAlert {#473
        #em: Manager {#264}
        #identifier: "XF:UserAlert"
      }
      "DBTech\Credits:EventTrigger" => EventTrigger {#315
        #em: Manager {#264}
        #identifier: "DBTech\Credits:EventTrigger"
      }
      "XF:ThreadType" => ThreadType {#314
        #em: Manager {#264}
        #identifier: "XF:ThreadType"
      }
      "XF:SessionActivity" => SessionActivity {#313
        #em: Manager {#264}
        #identifier: "XF:SessionActivity"
      }
      "XenCentral\Feedback:Activity" => Activity {#479
        #_typeFilter: null
        #_userNameFilter: null
        #em: Manager {#264}
        #identifier: "XenCentral\Feedback:Activity"
      }
      "DBTech\Credits:Currency" => Currency {#549
        #em: Manager {#264}
        #identifier: "DBTech\Credits:Currency"
      }
      "XC\LatestPostThumbnail:Thumbnail" => Thumbnail {#615
        #em: Manager {#264}
        #identifier: "XC\LatestPostThumbnail:Thumbnail"
      }
      "XC\PokemonShop:Shops" => Shops {#622
        #em: Manager {#264}
        #identifier: "XC\PokemonShop:Shops"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 51
  #rootClass: "XF\Entity\Thread"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:36 [
    "thread_id" => 25859
    "node_id" => 121
    "title" => "Ashy's Art Shop"
    "reply_count" => 0
    "view_count" => 420
    "user_id" => 1561
    "username" => "Ashy"
    "post_date" => 1704856250
    "sticky" => 0
    "discussion_state" => "visible"
    "discussion_open" => 1
    "discussion_type" => "discussion"
    "first_post_id" => 191061
    "first_post_reaction_score" => 0
    "first_post_reactions" => "[]"
    "last_post_date" => 1704856250
    "last_post_id" => 191061
    "last_post_user_id" => 1561
    "last_post_username" => "Ashy"
    "prefix_id" => 0
    "team_id" => null
    "tags" => "[]"
    "custom_fields" => "[]"
    "vote_score" => 0
    "vote_count" => 0
    "type_data" => "[]"
    "thumbnail_ex" => null
    "thread_type" => "pokemon_shop"
    "shop_url" => "denofart"
    "shop_old_url" => ""
    "shop_layout" => "layout_1_link"
    "shop_color" => "layout_1_color"
    "owner_star_rating" => "0.00"
    "shop_creation" => 1704856250
    "gym_id" => 0
    "home_sticky" => 0
  ]
  #_relations: array:3 [
    "User" => User {#844}
    "Forum" => Forum {#842}
    "SEOPackageMetadata" => null
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Shop Thumbnail
none ( none )
Thread {#847
  #_getterCache: []
  #_valueCache: []
  #_structure: Structure {#297
    +shortName: "XF:Thread"
    +contentType: "thread"
    +table: "xf_thread"
    +primaryKey: "thread_id"
    +columns: array:35 [
      "thread_id" => array:3 [
        "type" => 2
        "autoIncrement" => true
        "nullable" => true
      ]
      "node_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "title" => array:5 [
        "type" => 5
        "maxLength" => 150
        "required" => "please_enter_valid_title"
        "censor" => true
        "api" => true
      ]
      "reply_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "view_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "user_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "required" => true
        "api" => true
      ]
      "post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "discussion_state" => array:4 [
        "type" => 5
        "default" => "visible"
        "allowedValues" => array:3 [
          0 => "visible"
          1 => "moderated"
          2 => "deleted"
        ]
        "api" => true
      ]
      "discussion_open" => array:3 [
        "type" => 65540
        "default" => true
        "api" => true
      ]
      "discussion_type" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "type_data" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "first_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_user_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "first_post_reaction_score" => array:3 [
        "type" => 1
        "default" => 0
        "api" => true
      ]
      "first_post_reactions" => array:3 [
        "type" => 65552
        "default" => []
        "nullable" => true
      ]
      "prefix_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "custom_fields" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "tags" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "vote_score" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "vote_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "gym_id" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "thumbnail_ex" => array:2 [
        "type" => 5
        "default" => null
      ]
      "home_sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "thread_type" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_old_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_layout" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_color" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "owner_star_rating" => array:2 [
        "type" => 3
        "default" => 0
      ]
      "shop_creation" => array:2 [
        "type" => 2
        "default" => 1715502129
      ]
    ]
    +relations: array:22 [
      "Forum" => array:6 [
        "entity" => "XF:Forum"
        "type" => 1
        "conditions" => "node_id"
        "primary" => true
        "with" => "Node"
        "api" => true
      ]
      "User" => array:5 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => "user_id"
        "primary" => true
        "api" => true
      ]
      "FirstPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPoster" => array:4 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Prefix" => array:4 [
        "entity" => "XF:ThreadPrefix"
        "type" => 1
        "conditions" => "prefix_id"
        "primary" => true
      ]
      "Read" => array:4 [
        "entity" => "XF:ThreadRead"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Watch" => array:4 [
        "entity" => "XF:ThreadWatch"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "UserPosts" => array:4 [
        "entity" => "XF:ThreadUserPost"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "DeletionLog" => array:4 [
        "entity" => "XF:DeletionLog"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "DraftReplies" => array:4 [
        "entity" => "XF:Draft"
        "type" => 2
        "conditions" => array:1 [
          0 => array:4 [ …4]
        ]
        "key" => "user_id"
      ]
      "ApprovalQueue" => array:4 [
        "entity" => "XF:ApprovalQueue"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Redirect" => array:4 [
        "entity" => "XF:ThreadRedirect"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "ReplyBans" => array:4 [
        "entity" => "XF:ThreadReplyBan"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Poll" => array:3 [
        "entity" => "XF:Poll"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
      "CustomFields" => array:4 [
        "entity" => "XF:ThreadFieldValue"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "field_id"
      ]
      "Question" => array:4 [
        "entity" => "XF:ThreadQuestion"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "Tags" => array:4 [
        "entity" => "XF:TagContent"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "tag_id"
      ]
      "ContentVotes" => array:5 [
        "entity" => "XF:ContentVote"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "vote_user_id"
        "order" => "vote_date"
      ]
      "Ticket" => array:3 [
        "entity" => "NF\Tickets:Ticket"
        "type" => 1
        "conditions" => "thread_id"
      ]
      "oldShop" => array:3 [
        "type" => 1
        "entity" => "XF:Thread"
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
      ]
      "SEOPackageMetadata" => array:3 [
        "type" => 1
        "entity" => "XF2SEO\SEOPackage:Metadata"
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
    ]
    +getters: array:9 [
      "draft_reply" => true
      "post_ids" => true
      "last_post_cache" => true
      "custom_fields" => true
      "cover_image" => true
      "TypeHandler" => array:3 [
        "cache" => true
        "getter" => "getTypeHandler"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "type_data" => array:3 [
        "cache" => true
        "getter" => "getTypeData"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "vote_score_short" => false
      "Ticket" => true
    ]
    +defaultWith: array:1 [
      0 => "SEOPackageMetadata"
    ]
    +options: array:2 [
      "log_moderator" => true
      "nfTickets" => true
    ]
    +behaviors: array:7 [
      "XF:ContentVotable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:ContentVotableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#296
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1641 to 1641"
        }
        "stateField" => "discussion_state"
      ]
      "XF:Taggable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:Indexable" => array:1 [
        "checkForUpdates" => array:7 [
          0 => "title"
          1 => "node_id"
          2 => "user_id"
          3 => "prefix_id"
          4 => "tags"
          5 => "discussion_state"
          6 => "first_post_id"
        ]
      ]
      "XF:IndexableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#294
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1650 to 1650"
        }
        "checkForUpdates" => array:3 [
          0 => "node_id"
          1 => "discussion_state"
          2 => "prefix_id"
        ]
      ]
      "XF:NewsFeedPublishable" => array:2 [
        "usernameField" => "username"
        "dateField" => "post_date"
      ]
      "XF:CustomFieldsHolder" => array:3 [
        "valueTable" => "xf_thread_field_value"
        "checkForUpdates" => array:1 [
          0 => "node_id"
        ]
        "getAllowedFields" => Closure {#295
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1660 to 1660"
        }
      ]
    ]
    +columnAliases: array:1 [
      "first_post_likes" => "first_post_reaction_score"
    ]
    +withAliases: array:3 [
      "full" => array:3 [
        0 => "User"
        1 => "LastPoster"
        2 => Closure {#299
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1819 to 1832"
        }
      ]
      "fullForum" => array:2 [
        0 => "full"
        1 => Closure {#300
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1836 to 1848"
        }
      ]
      "api" => array:3 [
        0 => "Forum.api"
        1 => "User.api"
        2 => Closure {#301
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1853 to 1869"
        }
      ]
    ]
  }
  #_em: Manager {#264
    #db: Adapter {#222
      #connection: mysqli {#223
        +affected_rows: null
        +client_info: null
        +client_version: null
        +connect_errno: null
        +connect_error: null
        +errno: null
        +error: null
        +error_list: null
        +field_count: null
        +host_info: null
        +info: null
        +insert_id: null
        +server_info: null
        +server_version: null
        +sqlstate: null
        +protocol_version: null
        +thread_id: null
        +warning_count: null
      }
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "localhost"
        "port" => "3306"
        "username" => "u769187343_pokemon_xf_new"
        "password" => "Ah;vSmek[s!9"
        "dbname" => "u769187343_pokemon_xf_new"
      ]
      #fullUnicode: false
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 33
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:33 [
        1 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('addOns', 'addOnsComposer', 'autoJobRun', 'bbCodeMedia', 'classExtensions', 'codeEventListeners', 'connectedAccountCount', 'contentTypes', 'displayStyles', 'helpPageCount', 'languages', 'masterStyleProperties', 'nodeTypes', 'options', 'paymentProvider', 'reactions', 'reportCounts', 'simpleCache', 'smilies', 'unapprovedCounts', 'userBanners', 'userTitleLadder', 'userUpgradeCount', 'widgetCache', 'widgetDefinition', 'widgetPosition', 'bannedIps', 'bbCodeCustom', 'discouragedIps', 'forumTypes', 'notices', 'noticesLastReset', 'routeFilters', 'routesPublic', 'styles', 'userFieldsInfo', 'threadFieldsInfo', 'threadPrefixes', 'threadTypes')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3498
          "trace" => array:10 [ …10]
          "execute" => 1715502129.3502
          "complete" => 1715502129.3505
        ]
        2 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('dbtCreditsCurrencies')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3549
          "trace" => array:20 [ …20]
          "execute" => 1715502129.3552
          "complete" => 1715502129.3552
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3563
          "trace" => array:11 [ …11]
          "execute" => 1715502129.3565
          "complete" => 1715502129.3565
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.3572
          "trace" => array:15 [ …15]
          "execute" => 1715502129.3574
          "complete" => 1715502129.3574
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_user_User_2`.*, `xf_forum_Forum_3`.*, `xf_tl_group_forum_GroupForum_4`.*, `xf_node_Node_5`.*, `xf_permission_cache_content_Permissions_6`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_2` ON (`xf_user_User_2`.`user_id` = `xf_thread`.`user_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_3` ON (`xf_forum_Forum_3`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_tl_group_forum` AS `xf_tl_group_forum_GroupForum_4` ON (`xf_tl_group_forum_GroupForum_4`.`node_id` = `xf_forum_Forum_3`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_5` ON (`xf_node_Node_5`.`node_id` = `xf_forum_Forum_3`.`node_id`)\n
            LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_6` ON (`xf_permission_cache_content_Permissions_6`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_6`.`content_id` = `xf_node_Node_5`.`node_id` AND `xf_permission_cache_content_Permissions_6`.`permission_combination_id` = '1')\n
            \t\t\tWHERE (`xf_thread`.`thread_id` = '7154')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3588
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3593
          "complete" => 1715502129.3595
        ]
        6 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3604
          "trace" => array:14 [ …14]
          "execute" => 1715502129.3606
          "complete" => 1715502129.3606
        ]
        7 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_post`.*, `xf_user_User_1`.*, `xf_user_option_Option_2`.*, `xf_user_profile_Profile_3`.*, `xf_user_privacy_Privacy_4`.*, `xf_permission_combination_PermissionCombination_5`.*, `xf_session_activity_Activity_6`.*\n
            \t\t\tFROM `xf_post`\n
            \t\t\tLEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_post`.`user_id`)\n
            LEFT JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_4` ON (`xf_user_privacy_Privacy_4`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_permission_combination` AS `xf_permission_combination_PermissionCombination_5` ON (`xf_permission_combination_PermissionCombination_5`.`permission_combination_id` = `xf_user_User_1`.`permission_combination_id`)\n
            LEFT JOIN `xf_session_activity` AS `xf_session_activity_Activity_6` ON (`xf_session_activity_Activity_6`.`user_id` = `xf_user_User_1`.`user_id` AND `xf_session_activity_Activity_6`.`unique_key` = CONCAT(`xf_user_User_1`.`user_id`, ''))\n
            \t\t\tWHERE (`xf_post`.`thread_id` = 7154) AND ((`xf_post`.`message_state` IN ('visible'))) AND (`xf_post`.`position` >= 0) AND (`xf_post`.`position` < 20)\n
            \t\t\tORDER BY `xf_post`.`position` ASC, `xf_post`.`post_date` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3614
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3626
          "complete" => 1715502129.3627
        ]
        8 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_dbtech_credits_event`.*\n
            \t\t\tFROM `xf_dbtech_credits_event`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_dbtech_credits_event`.`event_trigger_id` = 'read')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3634
          "trace" => array:17 [ …17]
          "execute" => 1715502129.3636
          "complete" => 1715502129.3636
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_dbtech_credits_event`.*\n
            \t\t\tFROM `xf_dbtech_credits_event`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_dbtech_credits_event`.`event_trigger_id` = 'view')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3638
          "trace" => array:18 [ …18]
          "execute" => 1715502129.364
          "complete" => 1715502129.364
        ]
        10 => array:6 [
          "query" => """
            \n
            \t\t\tINSERT INTO xf_thread_view\n
            \t\t\t\t(thread_id, total)\n
            \t\t\tVALUES\n
            \t\t\t\t(? , 1)\n
            \t\t\tON DUPLICATE KEY UPDATE\n
            \t\t\t\ttotal = total + 1\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.3641
          "trace" => array:13 [ …13]
          "execute" => 1715502129.3642
          "complete" => 1715502129.3642
        ]
        11 => array:6 [
          "query" => """
            SELECT view_date\n
            \t\t\t\t\tFROM xf_session_activity\n
            \t\t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:2 [ …2]
          "start" => 1715502129.3646
          "trace" => array:13 [ …13]
          "execute" => 1715502129.3646
          "complete" => 1715502129.3647
        ]
        12 => array:6 [
          "query" => """
            -- XFDB=noForceAllWrite\n
            \t\t\t\tUPDATE xf_session_activity\n
            \t\t\t\tSET\n
            \t\t\t\t\tip = ?,\n
            \t\t\t\t\tcontroller_name = ?,\n
            \t\t\t\t\tcontroller_action = ?,\n
            \t\t\t\t\tview_state = ?,\n
            \t\t\t\t\tparams = ?,\n
            \t\t\t\t\tview_date = ?,\n
            \t\t\t\t\trobot_key = ?\n
            \t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:9 [ …9]
          "start" => 1715502129.3647
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3648
          "complete" => 1715502129.3648
        ]
        13 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` = 6018) AND (`xf_session_activity`.`unique_key` = '6018')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3708
          "trace" => array:34 [ …34]
          "execute" => 1715502129.3709
          "complete" => 1715502129.3709
        ]
        14 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xc_gym_user_badge`.*\n
            \t\t\tFROM `xc_gym_user_badge`\n
            \t\t\t\n
            \t\t\tWHERE (`xc_gym_user_badge`.`user_id` = 6018)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3719
          "trace" => array:27 [ …27]
          "execute" => 1715502129.3721
          "complete" => 1715502129.3721
        ]
        15 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_keyword`.*\n
            \t\t\tFROM `xf_seo_package_keyword`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_keyword`.`active` = 1)\n
            \t\t\tORDER BY `xf_seo_package_keyword`.`execute_order` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3732
          "trace" => array:43 [ …43]
          "execute" => 1715502129.3734
          "complete" => 1715502129.3734
        ]
        16 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3739
          "trace" => array:33 [ …33]
          "execute" => 1715502129.3927
          "complete" => 1715502129.3928
        ]
        17 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3929
          "trace" => array:34 [ …34]
          "execute" => 1715502129.4083
          "complete" => 1715502129.4083
        ]
        18 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4086
          "trace" => array:15 [ …15]
          "execute" => 1715502129.4187
          "complete" => 1715502129.4188
        ]
        19 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4189
          "trace" => array:16 [ …16]
          "execute" => 1715502129.429
          "complete" => 1715502129.429
        ]
        20 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4292
          "trace" => array:16 [ …16]
          "execute" => 1715502129.4393
          "complete" => 1715502129.4393
        ]
        21 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4395
          "trace" => array:15 [ …15]
          "execute" => 1715502129.45
          "complete" => 1715502129.45
        ]
        22 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT\n
            \t\t\t\tSUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,\n
            \t\t\t\tSUM(IF(user_id > 0, 1, 0)) AS members,\n
            \t\t\t\tSUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests\n
            \t\t\tFROM xf_session_activity\n
            \t\t\tWHERE view_date >= ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.4526
          "trace" => array:18 [ …18]
          "execute" => 1715502129.4533
          "complete" => 1715502129.4533
        ]
        23 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*, `xf_user_User_1`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\tINNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1715498529)\n
            \t\t\tORDER BY `xf_session_activity`.`view_date` DESC\n
            \t\t\n
            LIMIT 50
            """
          "params" => []
          "start" => 1715502129.4535
          "trace" => array:18 [ …18]
          "execute" => 1715502129.4539
          "complete" => 1715502129.4539
        ]
        24 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('forumStatistics')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.4544
          "trace" => array:22 [ …22]
          "execute" => 1715502129.4545
          "complete" => 1715502129.4545
        ]
        25 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tINNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)\n
            INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user_profile_Profile_1`.`dob_day` = 12) AND (`xf_user_profile_Profile_1`.`dob_month` = 5) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1683966129) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')\n
            \t\t\tORDER BY `xf_user`.`username` ASC\n
            \t\t\n
            LIMIT 12
            """
          "params" => []
          "start" => 1715502129.455
          "trace" => array:16 [ …16]
          "execute" => 1715502129.4568
          "complete" => 1715502129.4569
        ]
        26 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`home_sticky` = 1) AND (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502129.4574
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4813
          "complete" => 1715502129.4815
        ]
        27 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502129.4817
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4822
          "complete" => 1715502129.4823
        ]
        28 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` = '121')\n
            \t\t\tORDER BY `xf_thread`.`shop_creation` DESC\n
            \t\t\n
            LIMIT 7
            """
          "params" => []
          "start" => 1715502129.4841
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4845
          "complete" => 1715502129.4846
        ]
        29 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498529) AND (`xf_session_activity`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5021
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5021
          "complete" => 1715502129.5022
        ]
        30 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5024
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5026
          "complete" => 1715502129.5026
        ]
        31 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT title, phrase_text\n
            \t\t\tFROM xf_phrase_compiled\n
            \t\t\tWHERE language_id = ?\n
            \t\t\t\tAND title IN ('xc_none_rating_count')\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.5026
          "trace" => array:20 [ …20]
          "execute" => 1715502129.5028
          "complete" => 1715502129.5028
        ]
        32 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498529) AND (`xf_session_activity`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5184
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5184
          "complete" => 1715502129.5185
        ]
        33 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5186
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5187
          "complete" => 1715502129.5187
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
    }
    #valueFormatter: ValueFormatter {#265}
    #extension: Extension {#224
      #listeners: array:26 [
        "addon_post_install" => array:2 [
          "XFMG" => array:1 [ …1]
          "_" => array:1 [ …1]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_complete" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_render_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:5 [ …5]
        ]
        "controller_post_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "controller_pre_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_user" => array:1 [
          "_" => array:4 [ …4]
        ]
        "dispatcher_match" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_button_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_dialog" => array:2 [
          "dbtechCreditsCharge" => array:1 [ …1]
          "chat" => array:1 [ …1]
        ]
        "entity_post_delete" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "entity_post_save" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "import_importer_classes" => array:1 [
          "_" => array:3 [ …3]
        ]
        "inline_mod_actions" => array:6 [
          "post" => array:1 [ …1]
          "profile_post" => array:1 [ …1]
          "thread" => array:1 [ …1]
          "xfmg_comment" => array:1 [ …1]
          "xfmg_album" => array:1 [ …1]
          "xfmg_media" => array:1 [ …1]
        ]
        "navigation_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_macro_pre_render" => array:4 [
          "admin:option_macros:option_form_block" => array:3 [ …3]
          "public:account_visitor_menu:visitor_panel_row" => array:1 [ …1]
          "public:member_macros:member_stat_pairs" => array:1 [ …1]
          "public:message_macros:user_info" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:2 [ …2]
        ]
        "templater_template_pre_render" => array:2 [
          "public:editor" => array:1 [ …1]
          "public:member_notable" => array:1 [ …1]
        ]
        "user_content_change_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_delete_clean_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_merge_combine" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #classExtensions: array:108 [
        "XF\Pub\Controller\Logout" => array:1 [
          0 => "Siropu\Chat\XF\Pub\Controller\Logout"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\DataManager"
        ]
        "XF\AddOn\Manager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\Manager"
        ]
        "XF\Entity\User" => array:9 [
          0 => "XenCentral\Feedback\XF\Entity\User"
          1 => "DBTech\Credits\XF\Entity\User"
          2 => "NF\Tickets\XF\Entity\User"
          3 => "Siropu\Chat\XF\Entity\User"
          4 => "XC\GymChallenge\XF\Entity\User"
          5 => "XC\PokemonShop\XF\Entity\User"
          6 => "XF2SEO\SEOPackage\XF\Entity\User"
          7 => "Xfrocks\Medal\XF\Entity\User"
          8 => "Truonglv\Groups\XF\Entity\User"
        ]
        "XFMG\Entity\Comment" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\Comment"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Comment"
        ]
        "XFMG\Entity\MediaItem" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\MediaItem"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\MediaItem"
        ]
        "XFMG\Entity\Rating" => array:1 [
          0 => "DBTech\Credits\XFMG\Entity\Rating"
        ]
        "XFMG\Service\Comment\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Comment\Creator"
        ]
        "XFMG\Service\Media\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Media\Creator"
        ]
        "XFRM\Entity\ResourceItem" => array:2 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceItem"
          1 => "NF\Tickets\XFRM\Entity\ResourceItem"
        ]
        "XFRM\Entity\ResourceRating" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceRating"
        ]
        "XFRM\Entity\ResourceUpdate" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceUpdate"
        ]
        "XFRM\Repository\ResourceVersion" => array:1 [
          0 => "DBTech\Credits\XFRM\Repository\ResourceVersion"
        ]
        "XF\Admin\Controller\User" => array:2 [
          0 => "DBTech\Credits\XF\Admin\Controller\User"
          1 => "XenCentral\Feedback\Admin\Controller\User"
        ]
        "XF\Attachment\Post" => array:1 [
          0 => "DBTech\Credits\XF\Attachment\Post"
        ]
        "XF\BbCode\Renderer\ApiHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\ApiHtml"
        ]
        "XF\BbCode\Renderer\EmailHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\EmailHtml"
        ]
        "XF\Entity\ConversationMessage" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ConversationMessage"
        ]
        "XF\Entity\LikedContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\LikedContent"
        ]
        "XF\Entity\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Poll"
        ]
        "XF\Entity\Post" => array:4 [
          0 => "DBTech\Credits\XF\Entity\Post"
          1 => "Truonglv\Groups\XF\Entity\Post"
          2 => "XC\PokemonShop\XF\Entity\Post"
          3 => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        ]
        "XF\Entity\ProfilePost" => array:2 [
          0 => "DBTech\Credits\XF\Entity\ProfilePost"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePost"
        ]
        "XF\Entity\ReactionContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReactionContent"
        ]
        "XF\Entity\ReportComment" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReportComment"
        ]
        "XF\Entity\TagContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\TagContent"
        ]
        "XF\Entity\Thread" => array:8 [
          0 => "DBTech\Credits\XF\Entity\Thread"
          1 => "NF\Tickets\XF\Entity\Thread"
          2 => "Truonglv\Groups\XF\Entity\Thread"
          3 => "XC\GymChallenge\XF\Entity\Thread"
          4 => "XC\LatestPostThumbnail\XF\Entity\Thread"
          5 => "XC\PokemonShop\XF\Entity\Thread"
          6 => "XF2SEO\SEOPackage\XF\Entity\Thread"
          7 => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        ]
        "XF\Entity\UserFollow" => array:1 [
          0 => "DBTech\Credits\XF\Entity\UserFollow"
        ]
        "XF\Entity\Warning" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Warning"
        ]
        "XF\Pub\Controller\Member" => array:5 [
          0 => "DBTech\Credits\XF\Pub\Controller\Member"
          1 => "NF\Tickets\XF\Pub\Controller\Member"
          2 => "XC\GymChallenge\XF\Pub\Controller\Member"
          3 => "XC\PokemonCredits\XF\Pub\Controller\Member"
          4 => "Xfrocks\Medal\XF\Pub\Controller\Member"
        ]
        "XF\Repository\Attachment" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Attachment"
        ]
        "XF\Repository\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Poll"
        ]
        "XF\Repository\Tag" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Tag"
        ]
        "XF\Repository\Thread" => array:2 [
          0 => "DBTech\Credits\XF\Repository\Thread"
          1 => "NF\Tickets\XF\Repository\Thread"
        ]
        "XF\Repository\Trophy" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Trophy"
        ]
        "XF\Service\Post\Editor" => array:2 [
          0 => "DBTech\Credits\XF\Service\Post\Editor"
          1 => "TickTackk\ChangeContentOwner\XF\Service\Post\Editor"
        ]
        "XF\Service\Post\Preparer" => array:1 [
          0 => "DBTech\Credits\XF\Service\Post\Preparer"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "DBTech\Credits\XF\Service\Report\Creator"
        ]
        "XF\Service\Thread\Creator" => array:3 [
          0 => "DBTech\Credits\XF\Service\Thread\Creator"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Creator"
          2 => "XC\PokemonShop\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Replier" => array:2 [
          0 => "DBTech\Credits\XF\Service\Thread\Replier"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Replier"
        ]
        "XF\Service\User\Merge" => array:2 [
          0 => "DBTech\Credits\XF\Service\User\Merge"
          1 => "XenCentral\Feedback\XF\Service\Merge"
        ]
        "XF\Service\User\RegistrationComplete" => array:1 [
          0 => "DBTech\Credits\XF\Service\User\RegistrationComplete"
        ]
        "XF\Str\Formatter" => array:1 [
          0 => "DBTech\Credits\XF\Str\Formatter"
        ]
        "XF\Admin\Controller\Option" => array:3 [
          0 => "DigitalPoint\Analytics\XF\Admin\Controller\Option"
          1 => "NF\Tickets\XF\Admin\Controller\Option"
          2 => "Truonglv\Groups\XF\Admin\Controller\Option"
        ]
        "XF\Mail\Mailer" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Mail\Mailer"
        ]
        "XF\Pub\Controller\Login" => array:2 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Login"
          1 => "Siropu\Chat\XF\Pub\Controller\Login"
        ]
        "XF\Pub\Controller\Register" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Register"
        ]
        "XF\Pub\View\Forum\Rss" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\View\Forum\Rss"
        ]
        "XF\Purchasable\UserUpgrade" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Purchasable\UserUpgrade"
        ]
        "XF\Service\Conversation\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Creator"
        ]
        "XF\Service\Conversation\Replier" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Replier"
        ]
        "XF\Service\ProfilePostComment\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePostComment\Creator"
        ]
        "XF\Service\ProfilePost\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePost\Creator"
        ]
        "XFRM\Admin\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Admin\Controller\Category"
        ]
        "XFRM\Entity\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Entity\Category"
        ]
        "XFRM\Pub\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\Category"
        ]
        "XFRM\Pub\Controller\ResourceItem" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\ResourceItem"
        ]
        "XF\ApprovalQueue\User" => array:1 [
          0 => "NF\Tickets\XF\ApprovalQueue\User"
        ]
        "XF\Entity\Search" => array:1 [
          0 => "NF\Tickets\XF\Entity\Search"
        ]
        "XF\InlineMod\Thread" => array:1 [
          0 => "NF\Tickets\XF\InlineMod\Thread"
        ]
        "XF\Pub\Controller\Account" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Account"
          1 => "Truonglv\Groups\XF\Pub\Controller\Account"
        ]
        "XF\Pub\Controller\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Conversation"
        ]
        "XF\Pub\Controller\GotoPage" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\GotoPage"
        ]
        "XF\Pub\Controller\Thread" => array:6 [
          0 => "NF\Tickets\XF\Pub\Controller\Thread"
          1 => "Truonglv\Groups\XF\Pub\Controller\Thread"
          2 => "XC\LatestPostThumbnail\XF\Pub\Controller\Thread"
          3 => "XC\PokemonShop\XF\Pub\Controller\Thread"
          4 => "XF2SEO\SEOPackage\XF\Pub\Controller\Thread"
          5 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        ]
        "XF\Pub\Controller\Watched" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Watched"
          1 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XF\Repository\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Repository\Conversation"
        ]
        "XF\Repository\Ip" => array:1 [
          0 => "NF\Tickets\XF\Repository\Ip"
        ]
        "XF\Repository\User" => array:1 [
          0 => "NF\Tickets\XF\Repository\User"
        ]
        "XF\Service\User\Registration" => array:1 [
          0 => "NF\Tickets\XF\Service\User\Registration"
        ]
        "XF\Service\CronEntry\CalculateNextRun" => array:1 [
          0 => "Siropu\Chat\XF\Service\CronEntry\CalculateNextRun"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Mvc\Router" => array:2 [
          0 => "SV\StandardLib\XF\Mvc\Router"
          1 => "XC\PokemonShop\XF\Mvc\Router"
        ]
        "XFMG\Attachment\Media" => array:1 [
          0 => "Truonglv\Groups\XFMG\Attachment\Media"
        ]
        "XFMG\Entity\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Entity\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Album"
        ]
        "XFMG\Finder\Album" => array:1 [
          0 => "Truonglv\Groups\XFMG\Finder\Album"
        ]
        "XFMG\Pub\Controller\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Album"
        ]
        "XFMG\Pub\Controller\Media" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Media"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Media"
        ]
        "XF\Admin\Controller\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Admin\Controller\Node"
        ]
        "XF\Entity\Forum" => array:3 [
          0 => "Truonglv\Groups\XF\Entity\Forum"
          1 => "XF2SEO\SEOPackage\XF\Entity\Forum"
          2 => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        ]
        "XF\Entity\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\Node"
        ]
        "XF\Entity\UserPrivacy" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\UserPrivacy"
        ]
        "XF\InlineMod\Thread\Move" => array:1 [
          0 => "Truonglv\Groups\XF\InlineMod\Thread\Move"
        ]
        "XF\Pub\Controller\Forum" => array:5 [
          0 => "Truonglv\Groups\XF\Pub\Controller\Forum"
          1 => "XC\LatestPostThumbnail\XF\Pub\Controller\Forum"
          2 => "XC\PokemonShop\XF\Pub\Controller\Forum"
          3 => "XF2SEO\SEOPackage\XF\Pub\Controller\Forum"
          4 => "SV\StandardLib\XF\Pub\Controller\Forum"
        ]
        "XF\Pub\Controller\InlineMod" => array:1 [
          0 => "Truonglv\Groups\XF\Pub\Controller\InlineMod"
        ]
        "XF\Repository\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Repository\Node"
        ]
        "XF\Pub\Controller\Post" => array:2 [
          0 => "XC\LatestPostThumbnail\XF\Pub\Controller\Post"
          1 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Post"
        ]
        "XF\Service\Thread\Editor" => array:3 [
          0 => "XC\LatestPostThumbnail\XF\Service\Thread\Editor"
          1 => "XC\PokemonShop\XF\Service\Thread\Editor"
          2 => "TickTackk\ChangeContentOwner\XF\Service\Thread\Editor"
        ]
        "DBTech\Credits\Entity\Event" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        ]
        "DBTech\Credits\EventTrigger\Purchase" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\EventTrigger\Purchase"
        ]
        "DBTech\Credits\Purchasable\Currency" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Purchasable\Currency"
        ]
        "XenCentral\Feedback\Entity\Feedback" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Entity\Feedback"
        ]
        "XenCentral\Feedback\Repository\User" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Repository\User"
        ]
        "XF\ControllerPlugin\Thread" => array:1 [
          0 => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        ]
        "XF\Admin\Controller\Forum" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\Admin\Controller\Forum"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        ]
        "XFA\CSVGrapher\Entity\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Entity\Graph"
        ]
        "XFA\CSVGrapher\Pub\Controller\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Pub\Controller\Graph"
        ]
        "XFA\CSVGrapher\Service\Graph\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Service\Graph\Editor"
        ]
        "XFMG\Pub\Controller\Comment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Comment"
        ]
        "XFMG\Service\Album\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Album\Editor"
        ]
        "XFMG\Service\Comment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Comment\Editor"
        ]
        "XFMG\Service\Media\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Media\Editor"
        ]
        "XF\Entity\ProfilePostComment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePostComment"
        ]
        "XF\Pub\Controller\ProfilePost" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\ProfilePost"
        ]
        "XF\Service\ProfilePostComment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePostComment\Editor"
        ]
        "XF\Service\ProfilePost\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePost\Editor"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\CssRenderer" => array:1 [
          0 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Pub\Controller\Misc" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Misc"
        ]
      ]
      #extensionMap: array:94 [
        "XF\AddOn\Manager" => "SV\StandardLib\XF\AddOn\Manager"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Data\Search" => "XF\Data\Search"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\Captcha\HCaptcha" => "XF\Captcha\HCaptcha"
        "XF\SubContainer\BbCode" => "XF\SubContainer\BbCode"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "DBTech\Credits\Payment\Credits" => "DBTech\Credits\Payment\Credits"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "XF\Payment\Stripe" => "XF\Payment\Stripe"
        "XF\Repository\User" => "NF\Tickets\XF\Repository\User"
        "XF\Entity\User" => "Truonglv\Groups\XF\Entity\User"
        "DBTech\Credits\Entity\Currency" => "DBTech\Credits\Entity\Currency"
        "XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Mvc\Router" => "XC\PokemonShop\XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "XF2SEO\SEOPackage\Entity\Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
        "XF2SEO\SEOPackage\Finder\Redirect" => "XF2SEO\SEOPackage\Finder\Redirect"
        "XF\Pub\Controller\Thread" => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        "XF\Entity\Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XF2SEO\SEOPackage\Entity\Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
        "XF\Entity\Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        "Truonglv\Groups\Entity\Forum" => "Truonglv\Groups\Entity\Forum"
        "XF\Entity\Node" => "Truonglv\Groups\XF\Entity\Node"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\ControllerPlugin\Node" => "XF\ControllerPlugin\Node"
        "XF\ThreadType\Discussion" => "XF\ThreadType\Discussion"
        "XF\Repository\Thread" => "NF\Tickets\XF\Repository\Thread"
        "XF\ControllerPlugin\Thread" => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        "XF\Str\Formatter" => "DBTech\Credits\XF\Str\Formatter"
        "XF\Repository\Post" => "XF\Repository\Post"
        "XF\Entity\Post" => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        "XF\Finder\Post" => "XF\Finder\Post"
        "XF\Entity\PermissionCombination" => "XF\Entity\PermissionCombination"
        "XF\Entity\SessionActivity" => "XF\Entity\SessionActivity"
        "XF\Repository\Attachment" => "DBTech\Credits\XF\Repository\Attachment"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XF\Repository\Unfurl" => "XF\Repository\Unfurl"
        "XF\Repository\UserAlert" => "XF\Repository\UserAlert"
        "DBTech\Credits\Repository\EventTrigger" => "DBTech\Credits\Repository\EventTrigger"
        "DBTech\Credits\EventTrigger\Read" => "DBTech\Credits\EventTrigger\Read"
        "DBTech\Credits\Entity\Event" => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        "DBTech\Credits\Finder\Event" => "DBTech\Credits\Finder\Event"
        "DBTech\Credits\EventTrigger\View" => "DBTech\Credits\EventTrigger\View"
        "XF\Repository\ThreadType" => "XF\Repository\ThreadType"
        "XF\ForumType\Discussion" => "XF\ForumType\Discussion"
        "XF\ThreadType\Poll" => "XF\ThreadType\Poll"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XenCentral\Feedback\Repository\Activity" => "XenCentral\Feedback\Repository\Activity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "XF\Template\Templater"
        "XF\DevelopmentOutput" => "XF\DevelopmentOutput"
        "XF\DevelopmentOutput\Template" => "XF\DevelopmentOutput\Template"
        "XF\SubContainer\Widget" => "XF\SubContainer\Widget"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\SimpleCache" => "XF\SimpleCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Thread\View" => "XF\Pub\View\Thread\View"
        "XF\CustomField\Set" => "XF\CustomField\Set"
        "XF\CustomField\DefinitionSet" => "XF\CustomField\DefinitionSet"
        "XF\Finder\SessionActivity" => "XF\Finder\SessionActivity"
        "DBTech\Credits\Repository\Currency" => "DBTech\Credits\Repository\Currency"
        "XC\GymChallenge\Entity\GymBadge" => "XC\GymChallenge\Entity\GymBadge"
        "XC\GymChallenge\Finder\GymBadge" => "XC\GymChallenge\Finder\GymBadge"
        "XF\BbCode\Parser" => "XF\BbCode\Parser"
        "XF\BbCode\RuleSet" => "XF\BbCode\RuleSet"
        "XF\BbCode\Renderer\Html" => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        "XF\Str\EmojiFormatter" => "XF\Str\EmojiFormatter"
        "XF2SEO\SEOPackage\Entity\Keyword" => "XF2SEO\SEOPackage\Entity\Keyword"
        "XF2SEO\SEOPackage\Finder\Keyword" => "XF2SEO\SEOPackage\Finder\Keyword"
        "XF\Widget\Html" => "XF\Widget\Html"
        "XF\Widget\WidgetRenderer" => "XF\Widget\WidgetRenderer"
        "XF\NoticeList" => "XF\NoticeList"
        "XF\Criteria\User" => "XF\Criteria\User"
        "XF\Criteria\Page" => "XF\Criteria\Page"
        "XF\Widget\MembersOnline" => "XF\Widget\MembersOnline"
        "XF\Widget\ForumStatistics" => "XF\Widget\ForumStatistics"
        "XF\Widget\Birthdays" => "XF\Widget\Birthdays"
        "XF\Finder\User" => "XF\Finder\User"
        "XC\LatestPostThumbnail\Repository\Thumbnail" => "XC\LatestPostThumbnail\Repository\Thumbnail"
        "XF\FsMounts" => "XF\FsMounts"
        "XC\PokemonShop\Repository\Shops" => "XC\PokemonShop\Repository\Shops"
        "XF\Debugger" => "XF\Debugger"
        "XenCentral\Feedback\Entity\FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
        "XenCentral\Feedback\Finder\FeedbackUser" => "XenCentral\Feedback\Finder\FeedbackUser"
      ]
    }
    #entityClassNameMap: array:20 [
      "XF:User" => "Truonglv\Groups\XF\Entity\User"
      "DBTech\Credits:Currency" => "DBTech\Credits\Entity\Currency"
      "XF:UserAuth" => "XF\Entity\UserAuth"
      "XF:UserOption" => "XF\Entity\UserOption"
      "XF:UserProfile" => "XF\Entity\UserProfile"
      "XF:UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
      "XF2SEO\SEOPackage:Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
      "XF:Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
      "XF2SEO\SEOPackage:Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
      "XF:Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
      "Truonglv\Groups:Forum" => "Truonglv\Groups\Entity\Forum"
      "XF:Node" => "Truonglv\Groups\XF\Entity\Node"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "XF:Post" => "TickTackk\ChangeContentOwner\XF\Entity\Post"
      "XF:PermissionCombination" => "XF\Entity\PermissionCombination"
      "XF:SessionActivity" => "XF\Entity\SessionActivity"
      "DBTech\Credits:Event" => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
      "XC\GymChallenge:GymBadge" => "XC\GymChallenge\Entity\GymBadge"
      "XF2SEO\SEOPackage:Keyword" => "XF2SEO\SEOPackage\Entity\Keyword"
      "XenCentral\Feedback:FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
    ]
    #entities: array:12 [
      "DBTech\Credits\Entity\Currency" => array:1 [
        1 => Currency {#270
          #_getterCache: []
          #_valueCache: array:3 [ …3]
          #_structure: Structure {#269
            +shortName: "DBTech\Credits:Currency"
            +contentType: null
            +table: "xf_dbtech_credits_currency"
            +primaryKey: "currency_id"
            +columns: array:25 [
              "currency_id" => array:2 [ …2]
              "title" => array:2 [ …2]
              "description" => array:2 [ …2]
              "active" => array:2 [ …2]
              "display_order" => array:2 [ …2]
              "table" => array:3 [ …3]
              "use_table_prefix" => array:2 [ …2]
              "column" => array:2 [ …2]
              "use_user_id" => array:2 [ …2]
              "user_id_column" => array:3 [ …3]
              "decimals" => array:3 [ …3]
              "privacy" => array:3 [ …3]
              "blacklist" => array:2 [ …2]
              "prefix" => array:2 [ …2]
              "suffix" => array:2 [ …2]
              "is_display_currency" => array:2 [ …2]
              "sidebar" => array:2 [ …2]
              "member_dropdown" => array:2 [ …2]
              "postbit" => array:2 [ …2]
              "negative" => array:3 [ …3]
              "maxtime" => array:2 [ …2]
              "earnmax" => array:2 [ …2]
              "value" => array:2 [ …2]
              "inbound" => array:2 [ …2]
              "outbound" => array:2 [ …2]
            ]
            +relations: array:2 [
              "Events" => array:4 [ …4]
              "Transactions" => array:3 [ …3]
            ]
            +getters: array:1 [
              "RichestUsers" => true
            ]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "DBTech\Credits:Cacheable" => []
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 1
          #rootClass: "DBTech\Credits\Entity\Currency"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:25 [ …25]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#272
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#271
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:3 [
              "user_id" => array:2 [ …2]
              "scheme_class" => array:3 [ …3]
              "data" => array:2 [ …2]
            ]
            +relations: array:1 [
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:2 [ …2]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 2
          #rootClass: "XF\Entity\UserAuth"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserOption" => array:2 [
        0 => UserOption {#275
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#274
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:13 [
              "user_id" => array:3 [ …3]
              "show_dob_year" => array:2 [ …2]
              "show_dob_date" => array:2 [ …2]
              "content_show_signature" => array:2 [ …2]
              "receive_admin_email" => array:2 [ …2]
              "email_on_conversation" => array:2 [ …2]
              "push_on_conversation" => array:2 [ …2]
              "is_discouraged" => array:2 [ …2]
              "creation_watch_state" => array:3 [ …3]
              "interaction_watch_state" => array:3 [ …3]
              "alert_optout" => array:4 [ …4]
              "push_optout" => array:4 [ …4]
              "use_tfa" => array:2 [ …2]
            ]
            +relations: array:3 [
              "AlertOptOut" => array:3 [ …3]
              "PushOptOut" => array:3 [ …3]
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 3
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:2 [ …2]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserOption {#477
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#274}
          #_em: Manager {#264}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserProfile" => array:2 [
        0 => UserProfile {#277
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:17 [
              "user_id" => array:3 [ …3]
              "dob_day" => array:3 [ …3]
              "dob_month" => array:3 [ …3]
              "dob_year" => array:3 [ …3]
              "signature" => array:4 [ …4]
              "website" => array:4 [ …4]
              "location" => array:4 [ …4]
              "following" => array:4 [ …4]
              "ignored" => array:3 [ …3]
              "avatar_crop_x" => array:3 [ …3]
              "avatar_crop_y" => array:3 [ …3]
              "banner_date" => array:2 [ …2]
              "banner_position_y" => array:5 [ …5]
              "about" => array:4 [ …4]
              "custom_fields" => array:3 [ …3]
              "connected_accounts" => array:3 [ …3]
              "password_date" => array:3 [ …3]
            ]
            +relations: array:2 [
              "User" => array:4 [ …4]
              "CustomFields" => array:4 [ …4]
            ]
            +getters: array:3 [
              "age" => true
              "birthday" => true
              "custom_fields" => true
            ]
            +defaultWith: []
            +options: array:3 [
              "max_long_string_length" => "10000"
              "location_required" => false
              "admin_edit" => false
            ]
            +behaviors: array:2 [
              "XF:ChangeLoggable" => array:1 [ …1]
              "XF:CustomFieldsHolder" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 4
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserProfile {#476
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#264}
          -_uniqueEntityId: 15
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:17 [ …17]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\UserPrivacy" => array:2 [
        0 => UserPrivacy {#279
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:7 [
              "user_id" => array:2 [ …2]
              "allow_view_profile" => array:4 [ …4]
              "allow_post_profile" => array:4 [ …4]
              "allow_send_personal_conversation" => array:4 [ …4]
              "allow_view_identities" => array:4 [ …4]
              "allow_receive_news_feed" => array:4 [ …4]
              "tlg_allow_view_groups" => array:4 [ …4]
            ]
            +relations: array:1 [
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 5
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserPrivacy {#451
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#264}
          -_uniqueEntityId: 14
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:7 [ …7]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\User" => array:7 [
        6018 => User {#469
          #_getterCache: array:3 [ …3]
          #_valueCache: array:7 [ …7]
          #_structure: Structure {#268
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:60 [
              "user_id" => array:4 [ …4]
              "username" => array:4 [ …4]
              "username_date" => array:3 [ …3]
              "username_date_visible" => array:3 [ …3]
              "email" => array:2 [ …2]
              "style_id" => array:3 [ …3]
              "language_id" => array:3 [ …3]
              "timezone" => array:3 [ …3]
              "visible" => array:2 [ …2]
              "activity_visible" => array:2 [ …2]
              "user_group_id" => array:2 [ …2]
              "secondary_group_ids" => array:3 [ …3]
              "display_style_group_id" => array:3 [ …3]
              "permission_combination_id" => array:3 [ …3]
              "message_count" => array:5 [ …5]
              "question_solution_count" => array:5 [ …5]
              "alerts_unviewed" => array:5 [ …5]
              "alerts_unread" => array:5 [ …5]
              "conversations_unread" => array:5 [ …5]
              "register_date" => array:3 [ …3]
              "last_activity" => array:3 [ …3]
              "last_summary_email_date" => array:4 [ …4]
              "trophy_points" => array:5 [ …5]
              "avatar_date" => array:2 [ …2]
              "avatar_width" => array:4 [ …4]
              "avatar_height" => array:4 [ …4]
              "avatar_highdpi" => array:3 [ …3]
              "gravatar" => array:4 [ …4]
              "user_state" => array:3 [ …3]
              "security_lock" => array:3 [ …3]
              "is_moderator" => array:2 [ …2]
              "is_admin" => array:2 [ …2]
              "is_staff" => array:3 [ …3]
              "is_banned" => array:2 [ …2]
              "reaction_score" => array:4 [ …4]
              "vote_score" => array:4 [ …4]
              "custom_title" => array:4 [ …4]
              "warning_points" => array:4 [ …4]
              "secret_key" => array:4 [ …4]
              "privacy_policy_accepted" => array:2 [ …2]
              "terms_accepted" => array:2 [ …2]
              "dbtech_credits_credits" => array:3 [ …3]
              "dbtech_credits_lastdaily" => array:3 [ …3]
              "dbtech_credits_lastinterest" => array:3 [ …3]
              "dbtech_credits_lastpaycheck" => array:3 [ …3]
              "dbtech_credits_lasttaxation" => array:3 [ …3]
              "nf_tickets_count" => array:4 [ …4]
              "nf_tickets_unread" => array:4 [ …4]
              "siropu_chat_room_id" => array:3 [ …3]
              "siropu_chat_conv_id" => array:3 [ …3]
              "siropu_chat_rooms" => array:4 [ …4]
              "siropu_chat_conversations" => array:4 [ …4]
              "siropu_chat_settings" => array:4 [ …4]
              "siropu_chat_room_join_time" => array:4 [ …4]
              "siropu_chat_status" => array:5 [ …5]
              "siropu_chat_is_sanctioned" => array:3 [ …3]
              "siropu_chat_message_count" => array:3 [ …3]
              "siropu_chat_last_activity" => array:3 [ …3]
              "xf_bdmedal_awarded_cached" => array:1 [ …1]
              "tlg_total_own_groups" => array:2 [ …2]
            ]
            +relations: array:16 [
              "Admin" => array:4 [ …4]
              "Auth" => array:4 [ …4]
              "ConnectedAccounts" => array:4 [ …4]
              "Option" => array:4 [ …4]
              "PermissionCombination" => array:5 [ …5]
              "Profile" => array:4 [ …4]
              "Privacy" => array:4 [ …4]
              "Ban" => array:4 [ …4]
              "Reject" => array:4 [ …4]
              "Activity" => array:4 [ …4]
              "ApprovalQueue" => array:4 [ …4]
              "Following" => array:5 [ …5]
              "PendingUsernameChange" => array:4 [ …4]
              "PreRegAction" => array:4 [ …4]
              "TicketQueueWatch" => array:4 [ …4]
              "TLGUserCache" => array:4 [ …4]
            ]
            +getters: array:12 [
              "PermissionSet" => array:2 [ …2]
              "permission_combination_id" => false
              "is_super_admin" => true
              "last_activity" => true
              "email_confirm_key" => true
              "warning_count" => true
              "next_allowed_username_change" => true
              "dbtech_credits_currency" => true
              "nf_ticket_stats" => array:2 [ …2]
              "nf_formatted_user_state" => array:2 [ …2]
              "medal_awardeds" => true
              "medal_count" => true
            ]
            +defaultWith: []
            +options: array:11 [
              "allow_self_delete" => false
              "custom_title_disallowed" => array:2 [ …2]
              "admin_edit" => false
              "enqueue_rename_cleanup" => true
              "enqueue_delete_cleanup" => true
              "prevent_self_lock" => true
              "insert_username_change_history" => true
              "insert_username_change_visible" => false
              "nf_is_banned" => null
              "nf_force_captcha" => null
              "nfTickets" => true
            ]
            +behaviors: array:1 [
              "XF:ChangeLoggable" => []
            ]
            +columnAliases: array:1 [
              "like_count" => "reaction_score"
            ]
            +withAliases: array:1 [
              "api" => array:5 [ …5]
            ]
          }
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: array:2 [ …2]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37892 => User {#625
          #_getterCache: []
          #_valueCache: array:5 [ …5]
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 20
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1 => User {#780
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38051 => User {#648
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1561 => User {#844
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 47
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1355 => User {#846
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 52
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [
            "user_id" => 1355
            "username" => "Chaos"
            "username_date" => 0
            "username_date_visible" => 0
            "email" => "[email protected]"
            "custom_title" => "Combo Breaker"
            "language_id" => 1
            "style_id" => 0
            "timezone" => "America/Chicago"
            "visible" => 0
            "user_group_id" => 2
            "secondary_group_ids" => "8,11,26,28"
            "display_style_group_id" => 2
            "permission_combination_id" => 261
            "message_count" => 6052
            "question_solution_count" => 0
            "conversations_unread" => 0
            "register_date" => 1397000187
            "last_activity" => 1715228779
            "last_summary_email_date" => 1702429486
            "trophy_points" => 63
            "alerts_unviewed" => 0
            "alerts_unread" => 0
            "avatar_date" => 1669879943
            "avatar_width" => 192
            "avatar_height" => 192
            "avatar_highdpi" => 0
            "gravatar" => ""
            "user_state" => "valid"
            "security_lock" => ""
            "is_moderator" => 0
            "is_admin" => 0
            "is_banned" => 0
            "reaction_score" => 242
            "warning_points" => 0
            "is_staff" => 0
            "dbtech_credits_credits" => "6438.78000000"
            "currency_id" => 2
            "bdbank_money" => 0
            "xf_bdreputation_given" => 0
            "xf_bdmedal_awarded_cached" => "a:2:{i:692;a:18:{s:10:"awarded_id";i:692;s:8:"medal_id";i:25;s:7:"user_id";i:1355;s:8:"username";s:5:"Chaos";s:10:"award_date";i:1430073560;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Lemon Badge";s:11:"category_id";i:1;s:11:"description";s:25:"Randomly awarded by Cheza";s:13:"display_order";i:0;s:10:"user_count";i:38;s:15:"last_award_date";i:1504295298;s:18:"last_award_user_id";i:33219;s:19:"last_award_username";s:12:"I Mimic You!";s:10:"image_date";i:1670105002;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:1251;a:18:{s:10:"awarded_id";i:1251;s:8:"medal_id";i:3;s:7:"user_id";i:1355;s:8:"username";s:5:"Chaos";s:10:"award_date";i:1509750684;s:12:"award_reason";s:30:"Inactive fire badge gym leader";s:22:"adjusted_display_order";i:0;s:4:"name";s:10:"Fire Badge";s:11:"category_id";i:1;s:11:"description";s:26:"Defeat the Fire Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:76;s:15:"last_award_date";i:1523149276;s:18:"last_award_user_id";i:35886;s:19:"last_award_username";s:12:"Sara Crystal";s:10:"image_date";i:1670104900;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}}"
            "team_count" => 0
            "team_ribbon_id" => 2
            "team_cache" => "a:1:{i:2;a:13:{s:7:"team_id";i:2;s:7:"user_id";i:1355;s:8:"username";s:5:"Chaos";s:12:"member_state";s:6:"accept";s:8:"position";s:6:"member";s:9:"join_date";i:1407211720;s:5:"alert";i:1;s:6:"action";s:3:"add";s:14:"action_user_id";i:1;s:15:"action_username";s:6:"doulie";s:11:"req_message";s:0:"";s:10:"send_alert";i:1;s:10:"send_email";i:0;}}"
            "activity_visible" => 0
            "manage_team_count" => 0
            "privacy_policy_accepted" => 0
            "terms_accepted" => 0
            "secret_key" => "fzlR8Sxnl7imIg-gufsahpb6iFksqVKH"
            "vote_score" => 0
            "dbtech_credits_lastdaily" => 0
            "dbtech_credits_lastinterest" => 0
            "dbtech_credits_lastpaycheck" => 0
            "dbtech_credits_lasttaxation" => 0
            "tlg_total_own_groups" => 0
            "siropu_chat_room_id" => 1
            "siropu_chat_conv_id" => 17
            "siropu_chat_rooms" => "{"1":1715228779}"
            "siropu_chat_conversations" => "{"13":19068,"14":1,"16":36949,"17":35663}"
            "siropu_chat_settings" => null
            "siropu_chat_room_join_time" => "{"1":1702429486}"
            "siropu_chat_status" => ""
            "siropu_chat_is_sanctioned" => 0
            "siropu_chat_message_count" => 0
            "siropu_chat_last_activity" => 1715228779
            "nf_tickets_count" => 1
            "nf_tickets_unread" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        62 => User {#849
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\Node" => array:4 [
        5 => Node {#311
          #_getterCache: array:2 [ …2]
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#308
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Node {#782
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 23
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Node {#785
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        121 => Node {#841
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 43
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => array:4 [
        5 => Forum {#470
          #_getterCache: array:2 [ …2]
          #_valueCache: array:3 [ …3]
          #_structure: Structure {#304
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:29 [
              "node_id" => array:2 [ …2]
              "discussion_count" => array:3 [ …3]
               …27
            ]
            +relations: array:9 [ …9]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:2 [ …2]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Forum {#783
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Forum {#786
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 29
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        121 => Forum {#842
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [
            "node_id" => 121
            "discussion_count" => 5
            "message_count" => 6
            "last_post_id" => 191108
            "last_post_date" => 1709883921
            "last_post_user_id" => 1
            "last_post_username" => "doulie"
            "last_thread_id" => 25866
            "last_thread_title" => "Hims shop"
            "last_thread_prefix_id" => 0
            "moderate_replies" => 0
            "allow_posting" => 1
            "count_messages" => 1
            "find_new" => 0
            "allow_index" => "allow"
            "index_criteria" => "[]"
            "field_cache" => "[]"
            "prefix_cache" => "[]"
            "default_prefix_id" => 0
            "require_prefix" => 0
            "allowed_watch_notifications" => "all"
            "default_sort_order" => "last_post_date"
            "default_sort_direction" => "desc"
            "bdbank_options" => null
            "vw_options" => 0
            "moderate_threads" => 0
            "list_date_limit_days" => 0
            "min_tags" => 0
            "prompt_cache" => "[]"
            "forum_type_id" => "discussion"
            "type_config" => "{"allowed_thread_types":[],"allow_answer_voting":false,"allow_answer_downvote":false}"
          ]
          #_relations: array:1 [
            "Node" => Node {#841}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => array:10 [
        7154 => Thread {#468
          #_getterCache: array:4 [ …4]
          #_valueCache: array:4 [ …4]
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 12
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25886 => Thread {#784
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25877 => Thread {#787
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 31
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25870 => Thread {#788
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25869 => Thread {#789
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 41
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25866 => Thread {#843
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 46
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25859 => Thread {#845
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 51
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25840 => Thread {#847}
        25838 => Thread {#848
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 61
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25837 => Thread {#850
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 66
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Post" => array:1 [
        76498 => Post {#478
          #_getterCache: array:3 [ …3]
          #_valueCache: array:2 [ …2]
          #_structure: Structure {#465
            +shortName: "XF:Post"
            +contentType: "post"
            +table: "xf_post"
            +primaryKey: "post_id"
            +columns: array:22 [ …22]
            +relations: array:8 [ …8]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:4 [ …4]
            +columnAliases: array:2 [ …2]
            +withAliases: array:2 [ …2]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:23 [ …23]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF2SEO\SEOPackage\Entity\Keyword" => array:1 [
        1 => Keyword {#573
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#569
            +shortName: "XF2SEO\SEOPackage:Keyword"
            +contentType: null
            +table: "xf_seo_package_keyword"
            +primaryKey: "keyword_id"
            +columns: array:9 [ …9]
            +relations: []
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 19
          #rootClass: "XF2SEO\SEOPackage\Entity\Keyword"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [ …9]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\SessionActivity" => array:1 [
        "37892\x1E37892" => SessionActivity {#701
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#454
            +shortName: "XF:SessionActivity"
            +contentType: null
            +table: "xf_session_activity"
            +primaryKey: array:2 [ …2]
            +columns: array:9 [ …9]
            +relations: array:1 [ …1]
            +getters: array:6 [ …6]
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 21
          #rootClass: "XF\Entity\SessionActivity"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [ …9]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
    ]
    #structures: array:20 [
      "DBTech\Credits\Entity\Currency" => Structure {#269}
      "Truonglv\Groups\XF\Entity\User" => Structure {#268}
      "XF\Entity\UserAuth" => Structure {#271}
      "XF\Entity\UserOption" => Structure {#274}
      "XF\Entity\UserProfile" => Structure {#276}
      "Truonglv\Groups\XF\Entity\UserPrivacy" => Structure {#278}
      "XF2SEO\SEOPackage\Entity\Redirect" => Structure {#289
        +shortName: "XF2SEO\SEOPackage:Redirect"
        +contentType: null
        +table: "xf_seo_package_redirect"
        +primaryKey: "redirect_id"
        +columns: array:5 [
          "redirect_id" => array:3 [ …3]
          "match_url" => array:3 [ …3]
          "target_url" => array:3 [ …3]
          "redirect_type" => array:3 [ …3]
          "active" => array:2 [ …2]
        ]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => Structure {#297}
      "XF2SEO\SEOPackage\Entity\Metadata" => Structure {#303
        +shortName: "XF2SEO\SEOPackage:Metadata"
        +contentType: null
        +table: "xf_seo_package_metadata"
        +primaryKey: array:2 [
          0 => "content_type"
          1 => "content_id"
        ]
        +columns: array:3 [
          "content_type" => array:3 [ …3]
          "content_id" => array:2 [ …2]
          "metadata" => array:2 [ …2]
        ]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => Structure {#304}
      "Truonglv\Groups\Entity\Forum" => Structure {#307
        +shortName: "Truonglv\Groups:Forum"
        +contentType: null
        +table: "xf_tl_group_forum"
        +primaryKey: "node_id"
        +columns: array:2 [ …2]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
      "Truonglv\Groups\XF\Entity\Node" => Structure {#308}
      "XF\Entity\PermissionCacheContent" => Structure {#310
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Post" => Structure {#465}
      "XF\Entity\PermissionCombination" => Structure {#459
        +shortName: "XF:PermissionCombination"
        +contentType: null
        +table: "xf_permission_combination"
        +primaryKey: "permission_combination_id"
        +columns: array:4 [ …4]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XF\Entity\SessionActivity" => Structure {#454}
      "XC\PokemonCredits\DBTech\Credits\Entity\Event" => Structure {#317
        +shortName: "DBTech\Credits:Event"
        +contentType: null
        +table: "xf_dbtech_credits_event"
        +primaryKey: "event_id"
        +columns: array:27 [ …27]
        +relations: array:3 [ …3]
        +getters: array:3 [ …3]
        +defaultWith: []
        +options: array:2 [ …2]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XC\GymChallenge\Entity\GymBadge" => Structure {#544
        +shortName: "XC\GymChallenge:GymBadge"
        +contentType: null
        +table: "xc_gym_user_badge"
        +primaryKey: "gym_badge_id"
        +columns: array:5 [ …5]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XF2SEO\SEOPackage\Entity\Keyword" => Structure {#569}
      "XenCentral\Feedback\Entity\FeedbackUser" => Structure {#832
        +shortName: "XenCentral\Feedback:FeedbackUser"
        +contentType: "feedbackuser"
        +table: "xf_xc_feedback_user"
        +primaryKey: "user_id"
        +columns: array:8 [ …8]
        +relations: array:1 [ …1]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
    ]
    #repositories: array:15 [
      "XF:Payment" => Payment {#266
        #em: Manager {#264}
        #identifier: "XF:Payment"
      }
      "XF:User" => User {#267
        #em: Manager {#264}
        #identifier: "XF:User"
      }
      "SV\StandardLib:LinkBuilder" => LinkBuilder {#286
        #em: Manager {#264}
        #identifier: "SV\StandardLib:LinkBuilder"
      }
      "XF:Thread" => Thread {#467
        #em: Manager {#264}
        #identifier: "XF:Thread"
      }
      "XF:Post" => Post {#460
        #em: Manager {#264}
        #identifier: "XF:Post"
      }
      "XF:Attachment" => Attachment {#453
        #em: Manager {#264}
        #identifier: "XF:Attachment"
      }
      "XF:Unfurl" => Unfurl {#452
        #em: Manager {#264}
        #identifier: "XF:Unfurl"
      }
      "XF:UserAlert" => UserAlert {#473
        #em: Manager {#264}
        #identifier: "XF:UserAlert"
      }
      "DBTech\Credits:EventTrigger" => EventTrigger {#315
        #em: Manager {#264}
        #identifier: "DBTech\Credits:EventTrigger"
      }
      "XF:ThreadType" => ThreadType {#314
        #em: Manager {#264}
        #identifier: "XF:ThreadType"
      }
      "XF:SessionActivity" => SessionActivity {#313
        #em: Manager {#264}
        #identifier: "XF:SessionActivity"
      }
      "XenCentral\Feedback:Activity" => Activity {#479
        #_typeFilter: null
        #_userNameFilter: null
        #em: Manager {#264}
        #identifier: "XenCentral\Feedback:Activity"
      }
      "DBTech\Credits:Currency" => Currency {#549
        #em: Manager {#264}
        #identifier: "DBTech\Credits:Currency"
      }
      "XC\LatestPostThumbnail:Thumbnail" => Thumbnail {#615
        #em: Manager {#264}
        #identifier: "XC\LatestPostThumbnail:Thumbnail"
      }
      "XC\PokemonShop:Shops" => Shops {#622
        #em: Manager {#264}
        #identifier: "XC\PokemonShop:Shops"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 56
  #rootClass: "XF\Entity\Thread"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:36 [
    "thread_id" => 25840
    "node_id" => 121
    "title" => "[Scarlet Violet!] Chaos Shop: 6iv/Shiny/Legends/Events/All Pokemon/Best Deals - Quick Delivery!"
    "reply_count" => 0
    "view_count" => 0
    "user_id" => 1355
    "username" => "Chaos"
    "post_date" => 1702433491
    "sticky" => 0
    "discussion_state" => "visible"
    "discussion_open" => 1
    "discussion_type" => "discussion"
    "first_post_id" => 190996
    "first_post_reaction_score" => 0
    "first_post_reactions" => "[]"
    "last_post_date" => 1702433491
    "last_post_id" => 190996
    "last_post_user_id" => 1355
    "last_post_username" => "Chaos"
    "prefix_id" => 0
    "team_id" => null
    "tags" => "[]"
    "custom_fields" => "[]"
    "vote_score" => 0
    "vote_count" => 0
    "type_data" => "[]"
    "thumbnail_ex" => null
    "thread_type" => "pokemon_shop"
    "shop_url" => "chaos"
    "shop_old_url" => "1844"
    "shop_layout" => "layout_2_link"
    "shop_color" => "layout_1_link"
    "owner_star_rating" => "5.00"
    "shop_creation" => 1702433490
    "gym_id" => 0
    "home_sticky" => 0
  ]
  #_relations: array:3 [
    "User" => User {#846}
    "Forum" => Forum {#842}
    "SEOPackageMetadata" => null
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Thread {#848
  #_getterCache: []
  #_valueCache: []
  #_structure: Structure {#297
    +shortName: "XF:Thread"
    +contentType: "thread"
    +table: "xf_thread"
    +primaryKey: "thread_id"
    +columns: array:35 [
      "thread_id" => array:3 [
        "type" => 2
        "autoIncrement" => true
        "nullable" => true
      ]
      "node_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "title" => array:5 [
        "type" => 5
        "maxLength" => 150
        "required" => "please_enter_valid_title"
        "censor" => true
        "api" => true
      ]
      "reply_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "view_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "user_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "required" => true
        "api" => true
      ]
      "post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "discussion_state" => array:4 [
        "type" => 5
        "default" => "visible"
        "allowedValues" => array:3 [
          0 => "visible"
          1 => "moderated"
          2 => "deleted"
        ]
        "api" => true
      ]
      "discussion_open" => array:3 [
        "type" => 65540
        "default" => true
        "api" => true
      ]
      "discussion_type" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "type_data" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "first_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_user_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "first_post_reaction_score" => array:3 [
        "type" => 1
        "default" => 0
        "api" => true
      ]
      "first_post_reactions" => array:3 [
        "type" => 65552
        "default" => []
        "nullable" => true
      ]
      "prefix_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "custom_fields" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "tags" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "vote_score" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "vote_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "gym_id" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "thumbnail_ex" => array:2 [
        "type" => 5
        "default" => null
      ]
      "home_sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "thread_type" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_old_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_layout" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_color" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "owner_star_rating" => array:2 [
        "type" => 3
        "default" => 0
      ]
      "shop_creation" => array:2 [
        "type" => 2
        "default" => 1715502129
      ]
    ]
    +relations: array:22 [
      "Forum" => array:6 [
        "entity" => "XF:Forum"
        "type" => 1
        "conditions" => "node_id"
        "primary" => true
        "with" => "Node"
        "api" => true
      ]
      "User" => array:5 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => "user_id"
        "primary" => true
        "api" => true
      ]
      "FirstPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPoster" => array:4 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Prefix" => array:4 [
        "entity" => "XF:ThreadPrefix"
        "type" => 1
        "conditions" => "prefix_id"
        "primary" => true
      ]
      "Read" => array:4 [
        "entity" => "XF:ThreadRead"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Watch" => array:4 [
        "entity" => "XF:ThreadWatch"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "UserPosts" => array:4 [
        "entity" => "XF:ThreadUserPost"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "DeletionLog" => array:4 [
        "entity" => "XF:DeletionLog"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "DraftReplies" => array:4 [
        "entity" => "XF:Draft"
        "type" => 2
        "conditions" => array:1 [
          0 => array:4 [ …4]
        ]
        "key" => "user_id"
      ]
      "ApprovalQueue" => array:4 [
        "entity" => "XF:ApprovalQueue"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Redirect" => array:4 [
        "entity" => "XF:ThreadRedirect"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "ReplyBans" => array:4 [
        "entity" => "XF:ThreadReplyBan"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Poll" => array:3 [
        "entity" => "XF:Poll"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
      "CustomFields" => array:4 [
        "entity" => "XF:ThreadFieldValue"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "field_id"
      ]
      "Question" => array:4 [
        "entity" => "XF:ThreadQuestion"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "Tags" => array:4 [
        "entity" => "XF:TagContent"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "tag_id"
      ]
      "ContentVotes" => array:5 [
        "entity" => "XF:ContentVote"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "vote_user_id"
        "order" => "vote_date"
      ]
      "Ticket" => array:3 [
        "entity" => "NF\Tickets:Ticket"
        "type" => 1
        "conditions" => "thread_id"
      ]
      "oldShop" => array:3 [
        "type" => 1
        "entity" => "XF:Thread"
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
      ]
      "SEOPackageMetadata" => array:3 [
        "type" => 1
        "entity" => "XF2SEO\SEOPackage:Metadata"
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
    ]
    +getters: array:9 [
      "draft_reply" => true
      "post_ids" => true
      "last_post_cache" => true
      "custom_fields" => true
      "cover_image" => true
      "TypeHandler" => array:3 [
        "cache" => true
        "getter" => "getTypeHandler"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "type_data" => array:3 [
        "cache" => true
        "getter" => "getTypeData"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "vote_score_short" => false
      "Ticket" => true
    ]
    +defaultWith: array:1 [
      0 => "SEOPackageMetadata"
    ]
    +options: array:2 [
      "log_moderator" => true
      "nfTickets" => true
    ]
    +behaviors: array:7 [
      "XF:ContentVotable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:ContentVotableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#296
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1641 to 1641"
        }
        "stateField" => "discussion_state"
      ]
      "XF:Taggable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:Indexable" => array:1 [
        "checkForUpdates" => array:7 [
          0 => "title"
          1 => "node_id"
          2 => "user_id"
          3 => "prefix_id"
          4 => "tags"
          5 => "discussion_state"
          6 => "first_post_id"
        ]
      ]
      "XF:IndexableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#294
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1650 to 1650"
        }
        "checkForUpdates" => array:3 [
          0 => "node_id"
          1 => "discussion_state"
          2 => "prefix_id"
        ]
      ]
      "XF:NewsFeedPublishable" => array:2 [
        "usernameField" => "username"
        "dateField" => "post_date"
      ]
      "XF:CustomFieldsHolder" => array:3 [
        "valueTable" => "xf_thread_field_value"
        "checkForUpdates" => array:1 [
          0 => "node_id"
        ]
        "getAllowedFields" => Closure {#295
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1660 to 1660"
        }
      ]
    ]
    +columnAliases: array:1 [
      "first_post_likes" => "first_post_reaction_score"
    ]
    +withAliases: array:3 [
      "full" => array:3 [
        0 => "User"
        1 => "LastPoster"
        2 => Closure {#299
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1819 to 1832"
        }
      ]
      "fullForum" => array:2 [
        0 => "full"
        1 => Closure {#300
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1836 to 1848"
        }
      ]
      "api" => array:3 [
        0 => "Forum.api"
        1 => "User.api"
        2 => Closure {#301
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1853 to 1869"
        }
      ]
    ]
  }
  #_em: Manager {#264
    #db: Adapter {#222
      #connection: mysqli {#223
        +affected_rows: null
        +client_info: null
        +client_version: null
        +connect_errno: null
        +connect_error: null
        +errno: null
        +error: null
        +error_list: null
        +field_count: null
        +host_info: null
        +info: null
        +insert_id: null
        +server_info: null
        +server_version: null
        +sqlstate: null
        +protocol_version: null
        +thread_id: null
        +warning_count: null
      }
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "localhost"
        "port" => "3306"
        "username" => "u769187343_pokemon_xf_new"
        "password" => "Ah;vSmek[s!9"
        "dbname" => "u769187343_pokemon_xf_new"
      ]
      #fullUnicode: false
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 35
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:35 [
        1 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('addOns', 'addOnsComposer', 'autoJobRun', 'bbCodeMedia', 'classExtensions', 'codeEventListeners', 'connectedAccountCount', 'contentTypes', 'displayStyles', 'helpPageCount', 'languages', 'masterStyleProperties', 'nodeTypes', 'options', 'paymentProvider', 'reactions', 'reportCounts', 'simpleCache', 'smilies', 'unapprovedCounts', 'userBanners', 'userTitleLadder', 'userUpgradeCount', 'widgetCache', 'widgetDefinition', 'widgetPosition', 'bannedIps', 'bbCodeCustom', 'discouragedIps', 'forumTypes', 'notices', 'noticesLastReset', 'routeFilters', 'routesPublic', 'styles', 'userFieldsInfo', 'threadFieldsInfo', 'threadPrefixes', 'threadTypes')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3498
          "trace" => array:10 [ …10]
          "execute" => 1715502129.3502
          "complete" => 1715502129.3505
        ]
        2 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('dbtCreditsCurrencies')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3549
          "trace" => array:20 [ …20]
          "execute" => 1715502129.3552
          "complete" => 1715502129.3552
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3563
          "trace" => array:11 [ …11]
          "execute" => 1715502129.3565
          "complete" => 1715502129.3565
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.3572
          "trace" => array:15 [ …15]
          "execute" => 1715502129.3574
          "complete" => 1715502129.3574
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_user_User_2`.*, `xf_forum_Forum_3`.*, `xf_tl_group_forum_GroupForum_4`.*, `xf_node_Node_5`.*, `xf_permission_cache_content_Permissions_6`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_2` ON (`xf_user_User_2`.`user_id` = `xf_thread`.`user_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_3` ON (`xf_forum_Forum_3`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_tl_group_forum` AS `xf_tl_group_forum_GroupForum_4` ON (`xf_tl_group_forum_GroupForum_4`.`node_id` = `xf_forum_Forum_3`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_5` ON (`xf_node_Node_5`.`node_id` = `xf_forum_Forum_3`.`node_id`)\n
            LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_6` ON (`xf_permission_cache_content_Permissions_6`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_6`.`content_id` = `xf_node_Node_5`.`node_id` AND `xf_permission_cache_content_Permissions_6`.`permission_combination_id` = '1')\n
            \t\t\tWHERE (`xf_thread`.`thread_id` = '7154')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3588
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3593
          "complete" => 1715502129.3595
        ]
        6 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3604
          "trace" => array:14 [ …14]
          "execute" => 1715502129.3606
          "complete" => 1715502129.3606
        ]
        7 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_post`.*, `xf_user_User_1`.*, `xf_user_option_Option_2`.*, `xf_user_profile_Profile_3`.*, `xf_user_privacy_Privacy_4`.*, `xf_permission_combination_PermissionCombination_5`.*, `xf_session_activity_Activity_6`.*\n
            \t\t\tFROM `xf_post`\n
            \t\t\tLEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_post`.`user_id`)\n
            LEFT JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_4` ON (`xf_user_privacy_Privacy_4`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_permission_combination` AS `xf_permission_combination_PermissionCombination_5` ON (`xf_permission_combination_PermissionCombination_5`.`permission_combination_id` = `xf_user_User_1`.`permission_combination_id`)\n
            LEFT JOIN `xf_session_activity` AS `xf_session_activity_Activity_6` ON (`xf_session_activity_Activity_6`.`user_id` = `xf_user_User_1`.`user_id` AND `xf_session_activity_Activity_6`.`unique_key` = CONCAT(`xf_user_User_1`.`user_id`, ''))\n
            \t\t\tWHERE (`xf_post`.`thread_id` = 7154) AND ((`xf_post`.`message_state` IN ('visible'))) AND (`xf_post`.`position` >= 0) AND (`xf_post`.`position` < 20)\n
            \t\t\tORDER BY `xf_post`.`position` ASC, `xf_post`.`post_date` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3614
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3626
          "complete" => 1715502129.3627
        ]
        8 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_dbtech_credits_event`.*\n
            \t\t\tFROM `xf_dbtech_credits_event`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_dbtech_credits_event`.`event_trigger_id` = 'read')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3634
          "trace" => array:17 [ …17]
          "execute" => 1715502129.3636
          "complete" => 1715502129.3636
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_dbtech_credits_event`.*\n
            \t\t\tFROM `xf_dbtech_credits_event`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_dbtech_credits_event`.`event_trigger_id` = 'view')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3638
          "trace" => array:18 [ …18]
          "execute" => 1715502129.364
          "complete" => 1715502129.364
        ]
        10 => array:6 [
          "query" => """
            \n
            \t\t\tINSERT INTO xf_thread_view\n
            \t\t\t\t(thread_id, total)\n
            \t\t\tVALUES\n
            \t\t\t\t(? , 1)\n
            \t\t\tON DUPLICATE KEY UPDATE\n
            \t\t\t\ttotal = total + 1\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.3641
          "trace" => array:13 [ …13]
          "execute" => 1715502129.3642
          "complete" => 1715502129.3642
        ]
        11 => array:6 [
          "query" => """
            SELECT view_date\n
            \t\t\t\t\tFROM xf_session_activity\n
            \t\t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:2 [ …2]
          "start" => 1715502129.3646
          "trace" => array:13 [ …13]
          "execute" => 1715502129.3646
          "complete" => 1715502129.3647
        ]
        12 => array:6 [
          "query" => """
            -- XFDB=noForceAllWrite\n
            \t\t\t\tUPDATE xf_session_activity\n
            \t\t\t\tSET\n
            \t\t\t\t\tip = ?,\n
            \t\t\t\t\tcontroller_name = ?,\n
            \t\t\t\t\tcontroller_action = ?,\n
            \t\t\t\t\tview_state = ?,\n
            \t\t\t\t\tparams = ?,\n
            \t\t\t\t\tview_date = ?,\n
            \t\t\t\t\trobot_key = ?\n
            \t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:9 [ …9]
          "start" => 1715502129.3647
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3648
          "complete" => 1715502129.3648
        ]
        13 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` = 6018) AND (`xf_session_activity`.`unique_key` = '6018')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3708
          "trace" => array:34 [ …34]
          "execute" => 1715502129.3709
          "complete" => 1715502129.3709
        ]
        14 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xc_gym_user_badge`.*\n
            \t\t\tFROM `xc_gym_user_badge`\n
            \t\t\t\n
            \t\t\tWHERE (`xc_gym_user_badge`.`user_id` = 6018)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3719
          "trace" => array:27 [ …27]
          "execute" => 1715502129.3721
          "complete" => 1715502129.3721
        ]
        15 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_keyword`.*\n
            \t\t\tFROM `xf_seo_package_keyword`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_keyword`.`active` = 1)\n
            \t\t\tORDER BY `xf_seo_package_keyword`.`execute_order` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3732
          "trace" => array:43 [ …43]
          "execute" => 1715502129.3734
          "complete" => 1715502129.3734
        ]
        16 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3739
          "trace" => array:33 [ …33]
          "execute" => 1715502129.3927
          "complete" => 1715502129.3928
        ]
        17 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3929
          "trace" => array:34 [ …34]
          "execute" => 1715502129.4083
          "complete" => 1715502129.4083
        ]
        18 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4086
          "trace" => array:15 [ …15]
          "execute" => 1715502129.4187
          "complete" => 1715502129.4188
        ]
        19 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4189
          "trace" => array:16 [ …16]
          "execute" => 1715502129.429
          "complete" => 1715502129.429
        ]
        20 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4292
          "trace" => array:16 [ …16]
          "execute" => 1715502129.4393
          "complete" => 1715502129.4393
        ]
        21 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4395
          "trace" => array:15 [ …15]
          "execute" => 1715502129.45
          "complete" => 1715502129.45
        ]
        22 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT\n
            \t\t\t\tSUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,\n
            \t\t\t\tSUM(IF(user_id > 0, 1, 0)) AS members,\n
            \t\t\t\tSUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests\n
            \t\t\tFROM xf_session_activity\n
            \t\t\tWHERE view_date >= ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.4526
          "trace" => array:18 [ …18]
          "execute" => 1715502129.4533
          "complete" => 1715502129.4533
        ]
        23 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*, `xf_user_User_1`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\tINNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1715498529)\n
            \t\t\tORDER BY `xf_session_activity`.`view_date` DESC\n
            \t\t\n
            LIMIT 50
            """
          "params" => []
          "start" => 1715502129.4535
          "trace" => array:18 [ …18]
          "execute" => 1715502129.4539
          "complete" => 1715502129.4539
        ]
        24 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('forumStatistics')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.4544
          "trace" => array:22 [ …22]
          "execute" => 1715502129.4545
          "complete" => 1715502129.4545
        ]
        25 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tINNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)\n
            INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user_profile_Profile_1`.`dob_day` = 12) AND (`xf_user_profile_Profile_1`.`dob_month` = 5) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1683966129) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')\n
            \t\t\tORDER BY `xf_user`.`username` ASC\n
            \t\t\n
            LIMIT 12
            """
          "params" => []
          "start" => 1715502129.455
          "trace" => array:16 [ …16]
          "execute" => 1715502129.4568
          "complete" => 1715502129.4569
        ]
        26 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`home_sticky` = 1) AND (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502129.4574
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4813
          "complete" => 1715502129.4815
        ]
        27 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502129.4817
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4822
          "complete" => 1715502129.4823
        ]
        28 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` = '121')\n
            \t\t\tORDER BY `xf_thread`.`shop_creation` DESC\n
            \t\t\n
            LIMIT 7
            """
          "params" => []
          "start" => 1715502129.4841
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4845
          "complete" => 1715502129.4846
        ]
        29 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498529) AND (`xf_session_activity`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5021
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5021
          "complete" => 1715502129.5022
        ]
        30 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5024
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5026
          "complete" => 1715502129.5026
        ]
        31 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT title, phrase_text\n
            \t\t\tFROM xf_phrase_compiled\n
            \t\t\tWHERE language_id = ?\n
            \t\t\t\tAND title IN ('xc_none_rating_count')\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.5026
          "trace" => array:20 [ …20]
          "execute" => 1715502129.5028
          "complete" => 1715502129.5028
        ]
        32 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498529) AND (`xf_session_activity`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5184
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5184
          "complete" => 1715502129.5185
        ]
        33 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5186
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5187
          "complete" => 1715502129.5187
        ]
        34 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498529) AND (`xf_session_activity`.`user_id` = 1355)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5345
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5346
          "complete" => 1715502129.5346
        ]
        35 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1355)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5347
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5349
          "complete" => 1715502129.5349
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
    }
    #valueFormatter: ValueFormatter {#265}
    #extension: Extension {#224
      #listeners: array:26 [
        "addon_post_install" => array:2 [
          "XFMG" => array:1 [ …1]
          "_" => array:1 [ …1]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_complete" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_render_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:5 [ …5]
        ]
        "controller_post_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "controller_pre_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_user" => array:1 [
          "_" => array:4 [ …4]
        ]
        "dispatcher_match" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_button_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_dialog" => array:2 [
          "dbtechCreditsCharge" => array:1 [ …1]
          "chat" => array:1 [ …1]
        ]
        "entity_post_delete" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "entity_post_save" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "import_importer_classes" => array:1 [
          "_" => array:3 [ …3]
        ]
        "inline_mod_actions" => array:6 [
          "post" => array:1 [ …1]
          "profile_post" => array:1 [ …1]
          "thread" => array:1 [ …1]
          "xfmg_comment" => array:1 [ …1]
          "xfmg_album" => array:1 [ …1]
          "xfmg_media" => array:1 [ …1]
        ]
        "navigation_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_macro_pre_render" => array:4 [
          "admin:option_macros:option_form_block" => array:3 [ …3]
          "public:account_visitor_menu:visitor_panel_row" => array:1 [ …1]
          "public:member_macros:member_stat_pairs" => array:1 [ …1]
          "public:message_macros:user_info" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:2 [ …2]
        ]
        "templater_template_pre_render" => array:2 [
          "public:editor" => array:1 [ …1]
          "public:member_notable" => array:1 [ …1]
        ]
        "user_content_change_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_delete_clean_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_merge_combine" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #classExtensions: array:108 [
        "XF\Pub\Controller\Logout" => array:1 [
          0 => "Siropu\Chat\XF\Pub\Controller\Logout"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\DataManager"
        ]
        "XF\AddOn\Manager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\Manager"
        ]
        "XF\Entity\User" => array:9 [
          0 => "XenCentral\Feedback\XF\Entity\User"
          1 => "DBTech\Credits\XF\Entity\User"
          2 => "NF\Tickets\XF\Entity\User"
          3 => "Siropu\Chat\XF\Entity\User"
          4 => "XC\GymChallenge\XF\Entity\User"
          5 => "XC\PokemonShop\XF\Entity\User"
          6 => "XF2SEO\SEOPackage\XF\Entity\User"
          7 => "Xfrocks\Medal\XF\Entity\User"
          8 => "Truonglv\Groups\XF\Entity\User"
        ]
        "XFMG\Entity\Comment" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\Comment"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Comment"
        ]
        "XFMG\Entity\MediaItem" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\MediaItem"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\MediaItem"
        ]
        "XFMG\Entity\Rating" => array:1 [
          0 => "DBTech\Credits\XFMG\Entity\Rating"
        ]
        "XFMG\Service\Comment\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Comment\Creator"
        ]
        "XFMG\Service\Media\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Media\Creator"
        ]
        "XFRM\Entity\ResourceItem" => array:2 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceItem"
          1 => "NF\Tickets\XFRM\Entity\ResourceItem"
        ]
        "XFRM\Entity\ResourceRating" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceRating"
        ]
        "XFRM\Entity\ResourceUpdate" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceUpdate"
        ]
        "XFRM\Repository\ResourceVersion" => array:1 [
          0 => "DBTech\Credits\XFRM\Repository\ResourceVersion"
        ]
        "XF\Admin\Controller\User" => array:2 [
          0 => "DBTech\Credits\XF\Admin\Controller\User"
          1 => "XenCentral\Feedback\Admin\Controller\User"
        ]
        "XF\Attachment\Post" => array:1 [
          0 => "DBTech\Credits\XF\Attachment\Post"
        ]
        "XF\BbCode\Renderer\ApiHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\ApiHtml"
        ]
        "XF\BbCode\Renderer\EmailHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\EmailHtml"
        ]
        "XF\Entity\ConversationMessage" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ConversationMessage"
        ]
        "XF\Entity\LikedContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\LikedContent"
        ]
        "XF\Entity\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Poll"
        ]
        "XF\Entity\Post" => array:4 [
          0 => "DBTech\Credits\XF\Entity\Post"
          1 => "Truonglv\Groups\XF\Entity\Post"
          2 => "XC\PokemonShop\XF\Entity\Post"
          3 => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        ]
        "XF\Entity\ProfilePost" => array:2 [
          0 => "DBTech\Credits\XF\Entity\ProfilePost"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePost"
        ]
        "XF\Entity\ReactionContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReactionContent"
        ]
        "XF\Entity\ReportComment" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReportComment"
        ]
        "XF\Entity\TagContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\TagContent"
        ]
        "XF\Entity\Thread" => array:8 [
          0 => "DBTech\Credits\XF\Entity\Thread"
          1 => "NF\Tickets\XF\Entity\Thread"
          2 => "Truonglv\Groups\XF\Entity\Thread"
          3 => "XC\GymChallenge\XF\Entity\Thread"
          4 => "XC\LatestPostThumbnail\XF\Entity\Thread"
          5 => "XC\PokemonShop\XF\Entity\Thread"
          6 => "XF2SEO\SEOPackage\XF\Entity\Thread"
          7 => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        ]
        "XF\Entity\UserFollow" => array:1 [
          0 => "DBTech\Credits\XF\Entity\UserFollow"
        ]
        "XF\Entity\Warning" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Warning"
        ]
        "XF\Pub\Controller\Member" => array:5 [
          0 => "DBTech\Credits\XF\Pub\Controller\Member"
          1 => "NF\Tickets\XF\Pub\Controller\Member"
          2 => "XC\GymChallenge\XF\Pub\Controller\Member"
          3 => "XC\PokemonCredits\XF\Pub\Controller\Member"
          4 => "Xfrocks\Medal\XF\Pub\Controller\Member"
        ]
        "XF\Repository\Attachment" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Attachment"
        ]
        "XF\Repository\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Poll"
        ]
        "XF\Repository\Tag" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Tag"
        ]
        "XF\Repository\Thread" => array:2 [
          0 => "DBTech\Credits\XF\Repository\Thread"
          1 => "NF\Tickets\XF\Repository\Thread"
        ]
        "XF\Repository\Trophy" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Trophy"
        ]
        "XF\Service\Post\Editor" => array:2 [
          0 => "DBTech\Credits\XF\Service\Post\Editor"
          1 => "TickTackk\ChangeContentOwner\XF\Service\Post\Editor"
        ]
        "XF\Service\Post\Preparer" => array:1 [
          0 => "DBTech\Credits\XF\Service\Post\Preparer"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "DBTech\Credits\XF\Service\Report\Creator"
        ]
        "XF\Service\Thread\Creator" => array:3 [
          0 => "DBTech\Credits\XF\Service\Thread\Creator"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Creator"
          2 => "XC\PokemonShop\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Replier" => array:2 [
          0 => "DBTech\Credits\XF\Service\Thread\Replier"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Replier"
        ]
        "XF\Service\User\Merge" => array:2 [
          0 => "DBTech\Credits\XF\Service\User\Merge"
          1 => "XenCentral\Feedback\XF\Service\Merge"
        ]
        "XF\Service\User\RegistrationComplete" => array:1 [
          0 => "DBTech\Credits\XF\Service\User\RegistrationComplete"
        ]
        "XF\Str\Formatter" => array:1 [
          0 => "DBTech\Credits\XF\Str\Formatter"
        ]
        "XF\Admin\Controller\Option" => array:3 [
          0 => "DigitalPoint\Analytics\XF\Admin\Controller\Option"
          1 => "NF\Tickets\XF\Admin\Controller\Option"
          2 => "Truonglv\Groups\XF\Admin\Controller\Option"
        ]
        "XF\Mail\Mailer" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Mail\Mailer"
        ]
        "XF\Pub\Controller\Login" => array:2 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Login"
          1 => "Siropu\Chat\XF\Pub\Controller\Login"
        ]
        "XF\Pub\Controller\Register" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Register"
        ]
        "XF\Pub\View\Forum\Rss" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\View\Forum\Rss"
        ]
        "XF\Purchasable\UserUpgrade" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Purchasable\UserUpgrade"
        ]
        "XF\Service\Conversation\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Creator"
        ]
        "XF\Service\Conversation\Replier" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Replier"
        ]
        "XF\Service\ProfilePostComment\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePostComment\Creator"
        ]
        "XF\Service\ProfilePost\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePost\Creator"
        ]
        "XFRM\Admin\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Admin\Controller\Category"
        ]
        "XFRM\Entity\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Entity\Category"
        ]
        "XFRM\Pub\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\Category"
        ]
        "XFRM\Pub\Controller\ResourceItem" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\ResourceItem"
        ]
        "XF\ApprovalQueue\User" => array:1 [
          0 => "NF\Tickets\XF\ApprovalQueue\User"
        ]
        "XF\Entity\Search" => array:1 [
          0 => "NF\Tickets\XF\Entity\Search"
        ]
        "XF\InlineMod\Thread" => array:1 [
          0 => "NF\Tickets\XF\InlineMod\Thread"
        ]
        "XF\Pub\Controller\Account" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Account"
          1 => "Truonglv\Groups\XF\Pub\Controller\Account"
        ]
        "XF\Pub\Controller\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Conversation"
        ]
        "XF\Pub\Controller\GotoPage" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\GotoPage"
        ]
        "XF\Pub\Controller\Thread" => array:6 [
          0 => "NF\Tickets\XF\Pub\Controller\Thread"
          1 => "Truonglv\Groups\XF\Pub\Controller\Thread"
          2 => "XC\LatestPostThumbnail\XF\Pub\Controller\Thread"
          3 => "XC\PokemonShop\XF\Pub\Controller\Thread"
          4 => "XF2SEO\SEOPackage\XF\Pub\Controller\Thread"
          5 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        ]
        "XF\Pub\Controller\Watched" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Watched"
          1 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XF\Repository\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Repository\Conversation"
        ]
        "XF\Repository\Ip" => array:1 [
          0 => "NF\Tickets\XF\Repository\Ip"
        ]
        "XF\Repository\User" => array:1 [
          0 => "NF\Tickets\XF\Repository\User"
        ]
        "XF\Service\User\Registration" => array:1 [
          0 => "NF\Tickets\XF\Service\User\Registration"
        ]
        "XF\Service\CronEntry\CalculateNextRun" => array:1 [
          0 => "Siropu\Chat\XF\Service\CronEntry\CalculateNextRun"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Mvc\Router" => array:2 [
          0 => "SV\StandardLib\XF\Mvc\Router"
          1 => "XC\PokemonShop\XF\Mvc\Router"
        ]
        "XFMG\Attachment\Media" => array:1 [
          0 => "Truonglv\Groups\XFMG\Attachment\Media"
        ]
        "XFMG\Entity\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Entity\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Album"
        ]
        "XFMG\Finder\Album" => array:1 [
          0 => "Truonglv\Groups\XFMG\Finder\Album"
        ]
        "XFMG\Pub\Controller\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Album"
        ]
        "XFMG\Pub\Controller\Media" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Media"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Media"
        ]
        "XF\Admin\Controller\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Admin\Controller\Node"
        ]
        "XF\Entity\Forum" => array:3 [
          0 => "Truonglv\Groups\XF\Entity\Forum"
          1 => "XF2SEO\SEOPackage\XF\Entity\Forum"
          2 => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        ]
        "XF\Entity\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\Node"
        ]
        "XF\Entity\UserPrivacy" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\UserPrivacy"
        ]
        "XF\InlineMod\Thread\Move" => array:1 [
          0 => "Truonglv\Groups\XF\InlineMod\Thread\Move"
        ]
        "XF\Pub\Controller\Forum" => array:5 [
          0 => "Truonglv\Groups\XF\Pub\Controller\Forum"
          1 => "XC\LatestPostThumbnail\XF\Pub\Controller\Forum"
          2 => "XC\PokemonShop\XF\Pub\Controller\Forum"
          3 => "XF2SEO\SEOPackage\XF\Pub\Controller\Forum"
          4 => "SV\StandardLib\XF\Pub\Controller\Forum"
        ]
        "XF\Pub\Controller\InlineMod" => array:1 [
          0 => "Truonglv\Groups\XF\Pub\Controller\InlineMod"
        ]
        "XF\Repository\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Repository\Node"
        ]
        "XF\Pub\Controller\Post" => array:2 [
          0 => "XC\LatestPostThumbnail\XF\Pub\Controller\Post"
          1 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Post"
        ]
        "XF\Service\Thread\Editor" => array:3 [
          0 => "XC\LatestPostThumbnail\XF\Service\Thread\Editor"
          1 => "XC\PokemonShop\XF\Service\Thread\Editor"
          2 => "TickTackk\ChangeContentOwner\XF\Service\Thread\Editor"
        ]
        "DBTech\Credits\Entity\Event" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        ]
        "DBTech\Credits\EventTrigger\Purchase" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\EventTrigger\Purchase"
        ]
        "DBTech\Credits\Purchasable\Currency" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Purchasable\Currency"
        ]
        "XenCentral\Feedback\Entity\Feedback" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Entity\Feedback"
        ]
        "XenCentral\Feedback\Repository\User" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Repository\User"
        ]
        "XF\ControllerPlugin\Thread" => array:1 [
          0 => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        ]
        "XF\Admin\Controller\Forum" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\Admin\Controller\Forum"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        ]
        "XFA\CSVGrapher\Entity\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Entity\Graph"
        ]
        "XFA\CSVGrapher\Pub\Controller\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Pub\Controller\Graph"
        ]
        "XFA\CSVGrapher\Service\Graph\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Service\Graph\Editor"
        ]
        "XFMG\Pub\Controller\Comment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Comment"
        ]
        "XFMG\Service\Album\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Album\Editor"
        ]
        "XFMG\Service\Comment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Comment\Editor"
        ]
        "XFMG\Service\Media\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Media\Editor"
        ]
        "XF\Entity\ProfilePostComment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePostComment"
        ]
        "XF\Pub\Controller\ProfilePost" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\ProfilePost"
        ]
        "XF\Service\ProfilePostComment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePostComment\Editor"
        ]
        "XF\Service\ProfilePost\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePost\Editor"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\CssRenderer" => array:1 [
          0 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Pub\Controller\Misc" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Misc"
        ]
      ]
      #extensionMap: array:94 [
        "XF\AddOn\Manager" => "SV\StandardLib\XF\AddOn\Manager"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Data\Search" => "XF\Data\Search"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\Captcha\HCaptcha" => "XF\Captcha\HCaptcha"
        "XF\SubContainer\BbCode" => "XF\SubContainer\BbCode"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "DBTech\Credits\Payment\Credits" => "DBTech\Credits\Payment\Credits"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "XF\Payment\Stripe" => "XF\Payment\Stripe"
        "XF\Repository\User" => "NF\Tickets\XF\Repository\User"
        "XF\Entity\User" => "Truonglv\Groups\XF\Entity\User"
        "DBTech\Credits\Entity\Currency" => "DBTech\Credits\Entity\Currency"
        "XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Mvc\Router" => "XC\PokemonShop\XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "XF2SEO\SEOPackage\Entity\Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
        "XF2SEO\SEOPackage\Finder\Redirect" => "XF2SEO\SEOPackage\Finder\Redirect"
        "XF\Pub\Controller\Thread" => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        "XF\Entity\Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XF2SEO\SEOPackage\Entity\Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
        "XF\Entity\Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        "Truonglv\Groups\Entity\Forum" => "Truonglv\Groups\Entity\Forum"
        "XF\Entity\Node" => "Truonglv\Groups\XF\Entity\Node"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\ControllerPlugin\Node" => "XF\ControllerPlugin\Node"
        "XF\ThreadType\Discussion" => "XF\ThreadType\Discussion"
        "XF\Repository\Thread" => "NF\Tickets\XF\Repository\Thread"
        "XF\ControllerPlugin\Thread" => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        "XF\Str\Formatter" => "DBTech\Credits\XF\Str\Formatter"
        "XF\Repository\Post" => "XF\Repository\Post"
        "XF\Entity\Post" => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        "XF\Finder\Post" => "XF\Finder\Post"
        "XF\Entity\PermissionCombination" => "XF\Entity\PermissionCombination"
        "XF\Entity\SessionActivity" => "XF\Entity\SessionActivity"
        "XF\Repository\Attachment" => "DBTech\Credits\XF\Repository\Attachment"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XF\Repository\Unfurl" => "XF\Repository\Unfurl"
        "XF\Repository\UserAlert" => "XF\Repository\UserAlert"
        "DBTech\Credits\Repository\EventTrigger" => "DBTech\Credits\Repository\EventTrigger"
        "DBTech\Credits\EventTrigger\Read" => "DBTech\Credits\EventTrigger\Read"
        "DBTech\Credits\Entity\Event" => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        "DBTech\Credits\Finder\Event" => "DBTech\Credits\Finder\Event"
        "DBTech\Credits\EventTrigger\View" => "DBTech\Credits\EventTrigger\View"
        "XF\Repository\ThreadType" => "XF\Repository\ThreadType"
        "XF\ForumType\Discussion" => "XF\ForumType\Discussion"
        "XF\ThreadType\Poll" => "XF\ThreadType\Poll"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XenCentral\Feedback\Repository\Activity" => "XenCentral\Feedback\Repository\Activity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "XF\Template\Templater"
        "XF\DevelopmentOutput" => "XF\DevelopmentOutput"
        "XF\DevelopmentOutput\Template" => "XF\DevelopmentOutput\Template"
        "XF\SubContainer\Widget" => "XF\SubContainer\Widget"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\SimpleCache" => "XF\SimpleCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Thread\View" => "XF\Pub\View\Thread\View"
        "XF\CustomField\Set" => "XF\CustomField\Set"
        "XF\CustomField\DefinitionSet" => "XF\CustomField\DefinitionSet"
        "XF\Finder\SessionActivity" => "XF\Finder\SessionActivity"
        "DBTech\Credits\Repository\Currency" => "DBTech\Credits\Repository\Currency"
        "XC\GymChallenge\Entity\GymBadge" => "XC\GymChallenge\Entity\GymBadge"
        "XC\GymChallenge\Finder\GymBadge" => "XC\GymChallenge\Finder\GymBadge"
        "XF\BbCode\Parser" => "XF\BbCode\Parser"
        "XF\BbCode\RuleSet" => "XF\BbCode\RuleSet"
        "XF\BbCode\Renderer\Html" => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        "XF\Str\EmojiFormatter" => "XF\Str\EmojiFormatter"
        "XF2SEO\SEOPackage\Entity\Keyword" => "XF2SEO\SEOPackage\Entity\Keyword"
        "XF2SEO\SEOPackage\Finder\Keyword" => "XF2SEO\SEOPackage\Finder\Keyword"
        "XF\Widget\Html" => "XF\Widget\Html"
        "XF\Widget\WidgetRenderer" => "XF\Widget\WidgetRenderer"
        "XF\NoticeList" => "XF\NoticeList"
        "XF\Criteria\User" => "XF\Criteria\User"
        "XF\Criteria\Page" => "XF\Criteria\Page"
        "XF\Widget\MembersOnline" => "XF\Widget\MembersOnline"
        "XF\Widget\ForumStatistics" => "XF\Widget\ForumStatistics"
        "XF\Widget\Birthdays" => "XF\Widget\Birthdays"
        "XF\Finder\User" => "XF\Finder\User"
        "XC\LatestPostThumbnail\Repository\Thumbnail" => "XC\LatestPostThumbnail\Repository\Thumbnail"
        "XF\FsMounts" => "XF\FsMounts"
        "XC\PokemonShop\Repository\Shops" => "XC\PokemonShop\Repository\Shops"
        "XF\Debugger" => "XF\Debugger"
        "XenCentral\Feedback\Entity\FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
        "XenCentral\Feedback\Finder\FeedbackUser" => "XenCentral\Feedback\Finder\FeedbackUser"
      ]
    }
    #entityClassNameMap: array:20 [
      "XF:User" => "Truonglv\Groups\XF\Entity\User"
      "DBTech\Credits:Currency" => "DBTech\Credits\Entity\Currency"
      "XF:UserAuth" => "XF\Entity\UserAuth"
      "XF:UserOption" => "XF\Entity\UserOption"
      "XF:UserProfile" => "XF\Entity\UserProfile"
      "XF:UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
      "XF2SEO\SEOPackage:Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
      "XF:Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
      "XF2SEO\SEOPackage:Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
      "XF:Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
      "Truonglv\Groups:Forum" => "Truonglv\Groups\Entity\Forum"
      "XF:Node" => "Truonglv\Groups\XF\Entity\Node"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "XF:Post" => "TickTackk\ChangeContentOwner\XF\Entity\Post"
      "XF:PermissionCombination" => "XF\Entity\PermissionCombination"
      "XF:SessionActivity" => "XF\Entity\SessionActivity"
      "DBTech\Credits:Event" => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
      "XC\GymChallenge:GymBadge" => "XC\GymChallenge\Entity\GymBadge"
      "XF2SEO\SEOPackage:Keyword" => "XF2SEO\SEOPackage\Entity\Keyword"
      "XenCentral\Feedback:FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
    ]
    #entities: array:13 [
      "DBTech\Credits\Entity\Currency" => array:1 [
        1 => Currency {#270
          #_getterCache: []
          #_valueCache: array:3 [ …3]
          #_structure: Structure {#269
            +shortName: "DBTech\Credits:Currency"
            +contentType: null
            +table: "xf_dbtech_credits_currency"
            +primaryKey: "currency_id"
            +columns: array:25 [
              "currency_id" => array:2 [ …2]
              "title" => array:2 [ …2]
              "description" => array:2 [ …2]
              "active" => array:2 [ …2]
              "display_order" => array:2 [ …2]
              "table" => array:3 [ …3]
              "use_table_prefix" => array:2 [ …2]
              "column" => array:2 [ …2]
              "use_user_id" => array:2 [ …2]
              "user_id_column" => array:3 [ …3]
              "decimals" => array:3 [ …3]
              "privacy" => array:3 [ …3]
              "blacklist" => array:2 [ …2]
              "prefix" => array:2 [ …2]
              "suffix" => array:2 [ …2]
              "is_display_currency" => array:2 [ …2]
              "sidebar" => array:2 [ …2]
              "member_dropdown" => array:2 [ …2]
              "postbit" => array:2 [ …2]
              "negative" => array:3 [ …3]
              "maxtime" => array:2 [ …2]
              "earnmax" => array:2 [ …2]
              "value" => array:2 [ …2]
              "inbound" => array:2 [ …2]
              "outbound" => array:2 [ …2]
            ]
            +relations: array:2 [
              "Events" => array:4 [ …4]
              "Transactions" => array:3 [ …3]
            ]
            +getters: array:1 [
              "RichestUsers" => true
            ]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "DBTech\Credits:Cacheable" => []
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 1
          #rootClass: "DBTech\Credits\Entity\Currency"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:25 [ …25]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#272
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#271
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:3 [
              "user_id" => array:2 [ …2]
              "scheme_class" => array:3 [ …3]
              "data" => array:2 [ …2]
            ]
            +relations: array:1 [
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:2 [ …2]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 2
          #rootClass: "XF\Entity\UserAuth"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserOption" => array:2 [
        0 => UserOption {#275
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#274
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:13 [
              "user_id" => array:3 [ …3]
              "show_dob_year" => array:2 [ …2]
              "show_dob_date" => array:2 [ …2]
              "content_show_signature" => array:2 [ …2]
              "receive_admin_email" => array:2 [ …2]
              "email_on_conversation" => array:2 [ …2]
              "push_on_conversation" => array:2 [ …2]
              "is_discouraged" => array:2 [ …2]
              "creation_watch_state" => array:3 [ …3]
              "interaction_watch_state" => array:3 [ …3]
              "alert_optout" => array:4 [ …4]
              "push_optout" => array:4 [ …4]
              "use_tfa" => array:2 [ …2]
            ]
            +relations: array:3 [
              "AlertOptOut" => array:3 [ …3]
              "PushOptOut" => array:3 [ …3]
              "User" => array:4 [ …4]
            ]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "XF:ChangeLoggable" => array:1 [ …1]
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 3
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:2 [ …2]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserOption {#477
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#274}
          #_em: Manager {#264}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserProfile" => array:2 [
        0 => UserProfile {#277
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:17 [
              "user_id" => array:3 [ …3]
              "dob_day" => array:3 [ …3]
              "dob_month" => array:3 [ …3]
              "dob_year" => array:3 [ …3]
              "signature" => array:4 [ …4]
              "website" => array:4 [ …4]
              "location" => array:4 [ …4]
              "following" => array:4 [ …4]
              "ignored" => array:3 [ …3]
              "avatar_crop_x" => array:3 [ …3]
              "avatar_crop_y" => array:3 [ …3]
              "banner_date" => array:2 [ …2]
               …5
            ]
            +relations: array:2 [ …2]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:3 [ …3]
            +behaviors: array:2 [ …2]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 4
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserProfile {#476
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#264}
          -_uniqueEntityId: 15
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:17 [ …17]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\UserPrivacy" => array:2 [
        0 => UserPrivacy {#279
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:7 [ …7]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 5
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserPrivacy {#451
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#264}
          -_uniqueEntityId: 14
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:7 [ …7]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\User" => array:7 [
        6018 => User {#469
          #_getterCache: array:3 [ …3]
          #_valueCache: array:7 [ …7]
          #_structure: Structure {#268
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:60 [
              "user_id" => array:4 [ …4]
              "username" => array:4 [ …4]
              "username_date" => array:3 [ …3]
              "username_date_visible" => array:3 [ …3]
              "email" => array:2 [ …2]
              "style_id" => array:3 [ …3]
              "language_id" => array:3 [ …3]
              "timezone" => array:3 [ …3]
              "visible" => array:2 [ …2]
              "activity_visible" => array:2 [ …2]
              "user_group_id" => array:2 [ …2]
              "secondary_group_ids" => array:3 [ …3]
              "display_style_group_id" => array:3 [ …3]
              "permission_combination_id" => array:3 [ …3]
              "message_count" => array:5 [ …5]
              "question_solution_count" => array:5 [ …5]
              "alerts_unviewed" => array:5 [ …5]
              "alerts_unread" => array:5 [ …5]
              "conversations_unread" => array:5 [ …5]
              "register_date" => array:3 [ …3]
              "last_activity" => array:3 [ …3]
              "last_summary_email_date" => array:4 [ …4]
              "trophy_points" => array:5 [ …5]
              "avatar_date" => array:2 [ …2]
              "avatar_width" => array:4 [ …4]
              "avatar_height" => array:4 [ …4]
              "avatar_highdpi" => array:3 [ …3]
              "gravatar" => array:4 [ …4]
              "user_state" => array:3 [ …3]
              "security_lock" => array:3 [ …3]
              "is_moderator" => array:2 [ …2]
              "is_admin" => array:2 [ …2]
              "is_staff" => array:3 [ …3]
              "is_banned" => array:2 [ …2]
              "reaction_score" => array:4 [ …4]
              "vote_score" => array:4 [ …4]
              "custom_title" => array:4 [ …4]
              "warning_points" => array:4 [ …4]
              "secret_key" => array:4 [ …4]
              "privacy_policy_accepted" => array:2 [ …2]
              "terms_accepted" => array:2 [ …2]
              "dbtech_credits_credits" => array:3 [ …3]
              "dbtech_credits_lastdaily" => array:3 [ …3]
              "dbtech_credits_lastinterest" => array:3 [ …3]
              "dbtech_credits_lastpaycheck" => array:3 [ …3]
              "dbtech_credits_lasttaxation" => array:3 [ …3]
              "nf_tickets_count" => array:4 [ …4]
              "nf_tickets_unread" => array:4 [ …4]
              "siropu_chat_room_id" => array:3 [ …3]
              "siropu_chat_conv_id" => array:3 [ …3]
              "siropu_chat_rooms" => array:4 [ …4]
              "siropu_chat_conversations" => array:4 [ …4]
              "siropu_chat_settings" => array:4 [ …4]
              "siropu_chat_room_join_time" => array:4 [ …4]
              "siropu_chat_status" => array:5 [ …5]
              "siropu_chat_is_sanctioned" => array:3 [ …3]
              "siropu_chat_message_count" => array:3 [ …3]
              "siropu_chat_last_activity" => array:3 [ …3]
              "xf_bdmedal_awarded_cached" => array:1 [ …1]
              "tlg_total_own_groups" => array:2 [ …2]
            ]
            +relations: array:16 [
              "Admin" => array:4 [ …4]
              "Auth" => array:4 [ …4]
              "ConnectedAccounts" => array:4 [ …4]
              "Option" => array:4 [ …4]
              "PermissionCombination" => array:5 [ …5]
              "Profile" => array:4 [ …4]
              "Privacy" => array:4 [ …4]
              "Ban" => array:4 [ …4]
              "Reject" => array:4 [ …4]
              "Activity" => array:4 [ …4]
              "ApprovalQueue" => array:4 [ …4]
              "Following" => array:5 [ …5]
              "PendingUsernameChange" => array:4 [ …4]
              "PreRegAction" => array:4 [ …4]
              "TicketQueueWatch" => array:4 [ …4]
              "TLGUserCache" => array:4 [ …4]
            ]
            +getters: array:12 [
              "PermissionSet" => array:2 [ …2]
              "permission_combination_id" => false
              "is_super_admin" => true
              "last_activity" => true
              "email_confirm_key" => true
              "warning_count" => true
              "next_allowed_username_change" => true
              "dbtech_credits_currency" => true
              "nf_ticket_stats" => array:2 [ …2]
              "nf_formatted_user_state" => array:2 [ …2]
              "medal_awardeds" => true
              "medal_count" => true
            ]
            +defaultWith: []
            +options: array:11 [
              "allow_self_delete" => false
              "custom_title_disallowed" => array:2 [ …2]
              "admin_edit" => false
              "enqueue_rename_cleanup" => true
              "enqueue_delete_cleanup" => true
              "prevent_self_lock" => true
              "insert_username_change_history" => true
              "insert_username_change_visible" => false
              "nf_is_banned" => null
              "nf_force_captcha" => null
              "nfTickets" => true
            ]
            +behaviors: array:1 [
              "XF:ChangeLoggable" => []
            ]
            +columnAliases: array:1 [
              "like_count" => "reaction_score"
            ]
            +withAliases: array:1 [
              "api" => array:5 [ …5]
            ]
          }
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: array:2 [ …2]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37892 => User {#625
          #_getterCache: []
          #_valueCache: array:5 [ …5]
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 20
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1 => User {#780
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [
            "user_id" => 1
            "username" => "doulie"
            "username_date" => 0
            "username_date_visible" => 0
            "email" => "[email protected]"
            "custom_title" => "King of the Ring"
            "language_id" => 1
            "style_id" => 27
            "timezone" => "America/New_York"
            "visible" => 1
            "user_group_id" => 3
            "secondary_group_ids" => "5,15,16,19,20,35,39"
            "display_style_group_id" => 3
            "permission_combination_id" => 579
            "message_count" => 849
            "question_solution_count" => 0
            "conversations_unread" => 0
            "register_date" => 1385924924
            "last_activity" => 1715469018
            "last_summary_email_date" => 1673723834
            "trophy_points" => 103
            "alerts_unviewed" => 0
            "alerts_unread" => 1
            "avatar_date" => 1443197280
            "avatar_width" => 192
            "avatar_height" => 192
            "avatar_highdpi" => 0
            "gravatar" => ""
            "user_state" => "valid"
            "security_lock" => ""
            "is_moderator" => 1
            "is_admin" => 1
            "is_banned" => 0
            "reaction_score" => 835
            "warning_points" => 0
            "is_staff" => 1
            "dbtech_credits_credits" => "525.85000000"
            "currency_id" => 2
            "bdbank_money" => 0
            "xf_bdreputation_given" => 0
            "xf_bdmedal_awarded_cached" => "a:12:{i:50;a:18:{s:10:"awarded_id";i:50;s:8:"medal_id";i:14;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393188005;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:9:"Ice Badge";s:11:"category_id";i:1;s:11:"description";s:25:"Defeat the Ice Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:83;s:15:"last_award_date";i:1472742245;s:18:"last_award_user_id";i:28804;s:19:"last_award_username";s:10:"Flexington";s:10:"image_date";i:1670104969;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:51;a:18:{s:10:"awarded_id";i:51;s:8:"medal_id";i:8;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393188054;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:12:"Flying Badge";s:11:"category_id";i:1;s:11:"description";s:28:"Defeat the Flying Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:44;s:15:"last_award_date";i:1470780658;s:18:"last_award_user_id";i:28804;s:19:"last_award_username";s:10:"Flexington";s:10:"image_date";i:1670104930;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:65;a:18:{s:10:"awarded_id";i:65;s:8:"medal_id";i:16;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393188925;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:12:"Dragon Badge";s:11:"category_id";i:1;s:11:"description";s:28:"Defeat the Dragon Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:60;s:15:"last_award_date";i:1472270384;s:18:"last_award_user_id";i:28804;s:19:"last_award_username";s:10:"Flexington";s:10:"image_date";i:1670104980;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:67;a:18:{s:10:"awarded_id";i:67;s:8:"medal_id";i:13;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393189064;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:10:"Rock Badge";s:11:"category_id";i:1;s:11:"description";s:26:"Defeat the Rock Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:87;s:15:"last_award_date";i:1503869594;s:18:"last_award_user_id";i:35663;s:19:"last_award_username";s:7:"WSawyer";s:10:"image_date";i:1670104962;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:71;a:18:{s:10:"awarded_id";i:71;s:8:"medal_id";i:3;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393189213;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:10:"Fire Badge";s:11:"category_id";i:1;s:11:"description";s:26:"Defeat the Fire Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:76;s:15:"last_award_date";i:1523149276;s:18:"last_award_user_id";i:35886;s:19:"last_award_username";s:12:"Sara Crystal";s:10:"image_date";i:1670104900;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:131;a:18:{s:10:"awarded_id";i:131;s:8:"medal_id";i:17;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1395773177;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Ghost Badge";s:11:"category_id";i:1;s:11:"description";s:27:"Defeat the Ghost Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:76;s:15:"last_award_date";i:1503869565;s:18:"last_award_user_id";i:35663;s:19:"last_award_username";s:7:"WSawyer";s:10:"image_date";i:1670104986;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:296;a:18:{s:10:"awarded_id";i:296;s:8:"medal_id";i:18;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1407872121;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:10:"Dark Badge";s:11:"category_id";i:1;s:11:"description";s:26:"Defeat the Dark Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:57;s:15:"last_award_date";i:1516860809;s:18:"last_award_user_id";i:7265;s:19:"last_award_username";s:16:"AceBreeder-Brock";s:10:"image_date";i:1670104992;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:694;a:18:{s:10:"awarded_id";i:694;s:8:"medal_id";i:25;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1430073560;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Lemon Badge";s:11:"category_id";i:1;s:11:"description";s:25:"Randomly awarded by Cheza";s:13:"display_order";i:0;s:10:"user_count";i:38;s:15:"last_award_date";i:1504295298;s:18:"last_award_user_id";i:33219;s:19:"last_award_username";s:12:"I Mimic You!";s:10:"image_date";i:1670105002;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:1233;a:18:{s:10:"awarded_id";i:1233;s:8:"medal_id";i:1;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1481073082;s:12:"award_reason";s:0:"";s:22:"adjusted_display_order";i:0;s:4:"name";s:14:"Electric Badge";s:11:"category_id";i:1;s:11:"description";s:30:"Defeat the Electric Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:65;s:15:"last_award_date";i:1509750266;s:18:"last_award_user_id";i:33219;s:19:"last_award_username";s:12:"I Mimic You!";s:10:"image_date";i:1670104895;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:1234;a:18:{s:10:"awarded_id";i:1234;s:8:"medal_id";i:9;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1481074959;s:12:"award_reason";s:0:"";s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Grass Badge";s:11:"category_id";i:1;s:11:"description";s:27:"Defeat the Grass Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:65;s:15:"last_award_date";i:1503869581;s:18:"last_award_user_id";i:35663;s:19:"last_award_username";s:7:"WSawyer";s:10:"image_date";i:1670108619;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:1235;a:18:{s:10:"awarded_id";i:1235;s:8:"medal_id";i:12;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1481075032;s:12:"award_reason";s:0:"";s:22:"adjusted_display_order";i:0;s:4:"name";s:13:"Psychic Badge";s:11:"category_id";i:1;s:11:"description";s:29:"Defeat the Psychic Gym Leader";s:13:"display_order";i:0;s:10:"user_count";i:37;s:15:"last_award_date";i:1481075032;s:18:"last_award_user_id";i:1;s:19:"last_award_username";s:6:"doulie";s:10:"image_date";i:1670104956;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}i:56;a:18:{s:10:"awarded_id";i:56;s:8:"medal_id";i:2;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:10:"award_date";i:1393188678;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Fairy Badge";s:11:"category_id";i:1;s:11:"description";s:27:"Defeat the Fairy Gym Leader";s:13:"display_order";i:10;s:10:"user_count";i:55;s:15:"last_award_date";i:1517209948;s:18:"last_award_user_id";i:7265;s:19:"last_award_username";s:16:"AceBreeder-Brock";s:10:"image_date";i:1670105007;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}}"
            "team_count" => 2
            "team_ribbon_id" => 2
            "team_cache" => "a:2:{i:1;a:21:{s:7:"team_id";i:1;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:12:"member_state";s:6:"accept";s:8:"position";s:5:"admin";s:9:"join_date";i:1394470651;s:5:"alert";i:1;s:6:"action";s:0:"";s:14:"action_user_id";i:0;s:15:"action_username";s:0:"";s:11:"req_message";N;s:10:"send_alert";i:1;s:10:"send_email";i:0;s:18:"last_reminder_date";i:1436581479;s:14:"last_view_date";i:1394470651;s:5:"title";s:8:"Team XIT";s:16:"team_avatar_date";i:0;s:12:"team_user_id";i:1;s:13:"team_username";s:6:"doulie";s:10:"team_state";s:7:"visible";s:13:"privacy_state";s:4:"open";}i:2;a:21:{s:7:"team_id";i:2;s:7:"user_id";i:1;s:8:"username";s:6:"doulie";s:12:"member_state";s:6:"accept";s:8:"position";s:5:"admin";s:9:"join_date";i:1394590159;s:5:"alert";i:1;s:6:"action";s:0:"";s:14:"action_user_id";i:0;s:15:"action_username";s:0:"";s:11:"req_message";N;s:10:"send_alert";i:1;s:10:"send_email";i:0;s:18:"last_reminder_date";i:0;s:14:"last_view_date";i:1436718364;s:5:"title";s:8:"Team XIT";s:16:"team_avatar_date";i:1400099468;s:12:"team_user_id";i:1;s:13:"team_username";s:6:"doulie";s:10:"team_state";s:7:"visible";s:13:"privacy_state";s:4:"open";}}"
            "activity_visible" => 1
            "manage_team_count" => 0
            "privacy_policy_accepted" => 0
            "terms_accepted" => 0
            "secret_key" => "814328fd2d44d83558c84810e4f73203"
            "vote_score" => 0
            "dbtech_credits_lastdaily" => 0
            "dbtech_credits_lastinterest" => 0
            "dbtech_credits_lastpaycheck" => 1701406800
            "dbtech_credits_lasttaxation" => 0
            "tlg_total_own_groups" => 0
            "siropu_chat_room_id" => 1
            "siropu_chat_conv_id" => 20
            "siropu_chat_rooms" => "{"1":1715501707}"
            "siropu_chat_conversations" => "{"2":37816,"3":26957,"4":4604,"5":7265,"8":1169,"11":19068,"12":33748,"14":1355,"15":7037,"18":62,"19":38059,"20":37892,"22":38068}"
            "siropu_chat_settings" => null
            "siropu_chat_room_join_time" => "{"1":1702367283}"
            "siropu_chat_status" => ""
            "siropu_chat_is_sanctioned" => 0
            "siropu_chat_message_count" => 83
            "siropu_chat_last_activity" => 1715501707
            "nf_tickets_count" => 0
            "nf_tickets_unread" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38051 => User {#648
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1561 => User {#844
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 47
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1355 => User {#846
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 52
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        62 => User {#849
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\Node" => array:4 [
        5 => Node {#311
          #_getterCache: array:2 [ …2]
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#308
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Node {#782
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 23
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Node {#785
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        121 => Node {#841
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 43
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => array:4 [
        5 => Forum {#470
          #_getterCache: array:2 [ …2]
          #_valueCache: array:3 [ …3]
          #_structure: Structure {#304
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:29 [ …29]
            +relations: array:9 [ …9]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:2 [ …2]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Forum {#783
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Forum {#786
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 29
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        121 => Forum {#842
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [
            "node_id" => 121
            "discussion_count" => 5
            "message_count" => 6
            "last_post_id" => 191108
            "last_post_date" => 1709883921
            "last_post_user_id" => 1
            "last_post_username" => "doulie"
            "last_thread_id" => 25866
            "last_thread_title" => "Hims shop"
            "last_thread_prefix_id" => 0
            "moderate_replies" => 0
            "allow_posting" => 1
            "count_messages" => 1
            "find_new" => 0
            "allow_index" => "allow"
            "index_criteria" => "[]"
            "field_cache" => "[]"
            "prefix_cache" => "[]"
            "default_prefix_id" => 0
            "require_prefix" => 0
            "allowed_watch_notifications" => "all"
            "default_sort_order" => "last_post_date"
            "default_sort_direction" => "desc"
            "bdbank_options" => null
            "vw_options" => 0
            "moderate_threads" => 0
            "list_date_limit_days" => 0
            "min_tags" => 0
            "prompt_cache" => "[]"
            "forum_type_id" => "discussion"
            "type_config" => "{"allowed_thread_types":[],"allow_answer_voting":false,"allow_answer_downvote":false}"
          ]
          #_relations: array:1 [
            "Node" => Node {#841}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => array:10 [
        7154 => Thread {#468
          #_getterCache: array:4 [ …4]
          #_valueCache: array:4 [ …4]
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 12
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25886 => Thread {#784
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25877 => Thread {#787
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 31
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25870 => Thread {#788
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25869 => Thread {#789
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 41
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25866 => Thread {#843
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 46
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25859 => Thread {#845
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 51
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25840 => Thread {#847
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 56
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25838 => Thread {#848}
        25837 => Thread {#850
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 66
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Post" => array:1 [
        76498 => Post {#478
          #_getterCache: array:3 [ …3]
          #_valueCache: array:2 [ …2]
          #_structure: Structure {#465
            +shortName: "XF:Post"
            +contentType: "post"
            +table: "xf_post"
            +primaryKey: "post_id"
            +columns: array:22 [ …22]
            +relations: array:8 [ …8]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:4 [ …4]
            +columnAliases: array:2 [ …2]
            +withAliases: array:2 [ …2]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:23 [ …23]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF2SEO\SEOPackage\Entity\Keyword" => array:1 [
        1 => Keyword {#573
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#569
            +shortName: "XF2SEO\SEOPackage:Keyword"
            +contentType: null
            +table: "xf_seo_package_keyword"
            +primaryKey: "keyword_id"
            +columns: array:9 [ …9]
            +relations: []
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 19
          #rootClass: "XF2SEO\SEOPackage\Entity\Keyword"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [ …9]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\SessionActivity" => array:1 [
        "37892\x1E37892" => SessionActivity {#701
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#454
            +shortName: "XF:SessionActivity"
            +contentType: null
            +table: "xf_session_activity"
            +primaryKey: array:2 [ …2]
            +columns: array:9 [ …9]
            +relations: array:1 [ …1]
            +getters: array:6 [ …6]
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 21
          #rootClass: "XF\Entity\SessionActivity"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [ …9]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XenCentral\Feedback\Entity\FeedbackUser" => array:1 [
        1355 => FeedbackUser {#773
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#832
            +shortName: "XenCentral\Feedback:FeedbackUser"
            +contentType: "feedbackuser"
            +table: "xf_xc_feedback_user"
            +primaryKey: "user_id"
            +columns: array:8 [ …8]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 67
          #rootClass: "XenCentral\Feedback\Entity\FeedbackUser"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:8 [ …8]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
    ]
    #structures: array:20 [
      "DBTech\Credits\Entity\Currency" => Structure {#269}
      "Truonglv\Groups\XF\Entity\User" => Structure {#268}
      "XF\Entity\UserAuth" => Structure {#271}
      "XF\Entity\UserOption" => Structure {#274}
      "XF\Entity\UserProfile" => Structure {#276}
      "Truonglv\Groups\XF\Entity\UserPrivacy" => Structure {#278}
      "XF2SEO\SEOPackage\Entity\Redirect" => Structure {#289
        +shortName: "XF2SEO\SEOPackage:Redirect"
        +contentType: null
        +table: "xf_seo_package_redirect"
        +primaryKey: "redirect_id"
        +columns: array:5 [ …5]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => Structure {#297}
      "XF2SEO\SEOPackage\Entity\Metadata" => Structure {#303
        +shortName: "XF2SEO\SEOPackage:Metadata"
        +contentType: null
        +table: "xf_seo_package_metadata"
        +primaryKey: array:2 [ …2]
        +columns: array:3 [ …3]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => Structure {#304}
      "Truonglv\Groups\Entity\Forum" => Structure {#307
        +shortName: "Truonglv\Groups:Forum"
        +contentType: null
        +table: "xf_tl_group_forum"
        +primaryKey: "node_id"
        +columns: array:2 [ …2]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
      "Truonglv\Groups\XF\Entity\Node" => Structure {#308}
      "XF\Entity\PermissionCacheContent" => Structure {#310
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Post" => Structure {#465}
      "XF\Entity\PermissionCombination" => Structure {#459
        +shortName: "XF:PermissionCombination"
        +contentType: null
        +table: "xf_permission_combination"
        +primaryKey: "permission_combination_id"
        +columns: array:4 [ …4]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XF\Entity\SessionActivity" => Structure {#454}
      "XC\PokemonCredits\DBTech\Credits\Entity\Event" => Structure {#317
        +shortName: "DBTech\Credits:Event"
        +contentType: null
        +table: "xf_dbtech_credits_event"
        +primaryKey: "event_id"
        +columns: array:27 [ …27]
        +relations: array:3 [ …3]
        +getters: array:3 [ …3]
        +defaultWith: []
        +options: array:2 [ …2]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XC\GymChallenge\Entity\GymBadge" => Structure {#544
        +shortName: "XC\GymChallenge:GymBadge"
        +contentType: null
        +table: "xc_gym_user_badge"
        +primaryKey: "gym_badge_id"
        +columns: array:5 [ …5]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XF2SEO\SEOPackage\Entity\Keyword" => Structure {#569}
      "XenCentral\Feedback\Entity\FeedbackUser" => Structure {#832}
    ]
    #repositories: array:15 [
      "XF:Payment" => Payment {#266
        #em: Manager {#264}
        #identifier: "XF:Payment"
      }
      "XF:User" => User {#267
        #em: Manager {#264}
        #identifier: "XF:User"
      }
      "SV\StandardLib:LinkBuilder" => LinkBuilder {#286
        #em: Manager {#264}
        #identifier: "SV\StandardLib:LinkBuilder"
      }
      "XF:Thread" => Thread {#467
        #em: Manager {#264}
        #identifier: "XF:Thread"
      }
      "XF:Post" => Post {#460
        #em: Manager {#264}
        #identifier: "XF:Post"
      }
      "XF:Attachment" => Attachment {#453
        #em: Manager {#264}
        #identifier: "XF:Attachment"
      }
      "XF:Unfurl" => Unfurl {#452
        #em: Manager {#264}
        #identifier: "XF:Unfurl"
      }
      "XF:UserAlert" => UserAlert {#473
        #em: Manager {#264}
        #identifier: "XF:UserAlert"
      }
      "DBTech\Credits:EventTrigger" => EventTrigger {#315
        #em: Manager {#264}
        #identifier: "DBTech\Credits:EventTrigger"
      }
      "XF:ThreadType" => ThreadType {#314
        #em: Manager {#264}
        #identifier: "XF:ThreadType"
      }
      "XF:SessionActivity" => SessionActivity {#313
        #em: Manager {#264}
        #identifier: "XF:SessionActivity"
      }
      "XenCentral\Feedback:Activity" => Activity {#479
        #_typeFilter: null
        #_userNameFilter: null
        #em: Manager {#264}
        #identifier: "XenCentral\Feedback:Activity"
      }
      "DBTech\Credits:Currency" => Currency {#549
        #em: Manager {#264}
        #identifier: "DBTech\Credits:Currency"
      }
      "XC\LatestPostThumbnail:Thumbnail" => Thumbnail {#615
        #em: Manager {#264}
        #identifier: "XC\LatestPostThumbnail:Thumbnail"
      }
      "XC\PokemonShop:Shops" => Shops {#622
        #em: Manager {#264}
        #identifier: "XC\PokemonShop:Shops"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 61
  #rootClass: "XF\Entity\Thread"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:36 [
    "thread_id" => 25838
    "node_id" => 121
    "title" => "Doulie's Video Recording Services (Closed)"
    "reply_count" => 0
    "view_count" => 0
    "user_id" => 1
    "username" => "doulie"
    "post_date" => 1702415410
    "sticky" => 0
    "discussion_state" => "visible"
    "discussion_open" => 1
    "discussion_type" => "discussion"
    "first_post_id" => 190993
    "first_post_reaction_score" => 0
    "first_post_reactions" => "[]"
    "last_post_date" => 1702415410
    "last_post_id" => 190993
    "last_post_user_id" => 1
    "last_post_username" => "doulie"
    "prefix_id" => 0
    "team_id" => null
    "tags" => "[]"
    "custom_fields" => "[]"
    "vote_score" => 0
    "vote_count" => 0
    "type_data" => "[]"
    "thumbnail_ex" => null
    "thread_type" => "pokemon_shop"
    "shop_url" => "doulie"
    "shop_old_url" => "13735"
    "shop_layout" => "layout_1_link"
    "shop_color" => "layout_1_color"
    "owner_star_rating" => "5.00"
    "shop_creation" => 1702415410
    "gym_id" => 0
    "home_sticky" => 0
  ]
  #_relations: array:3 [
    "User" => User {#780}
    "Forum" => Forum {#842}
    "SEOPackageMetadata" => null
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Thread {#850
  #_getterCache: []
  #_valueCache: []
  #_structure: Structure {#297
    +shortName: "XF:Thread"
    +contentType: "thread"
    +table: "xf_thread"
    +primaryKey: "thread_id"
    +columns: array:35 [
      "thread_id" => array:3 [
        "type" => 2
        "autoIncrement" => true
        "nullable" => true
      ]
      "node_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "title" => array:5 [
        "type" => 5
        "maxLength" => 150
        "required" => "please_enter_valid_title"
        "censor" => true
        "api" => true
      ]
      "reply_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "view_count" => array:4 [
        "type" => 2
        "forced" => true
        "default" => 0
        "api" => true
      ]
      "user_id" => array:3 [
        "type" => 2
        "required" => true
        "api" => true
      ]
      "username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "required" => true
        "api" => true
      ]
      "post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "discussion_state" => array:4 [
        "type" => 5
        "default" => "visible"
        "allowedValues" => array:3 [
          0 => "visible"
          1 => "moderated"
          2 => "deleted"
        ]
        "api" => true
      ]
      "discussion_open" => array:3 [
        "type" => 65540
        "default" => true
        "api" => true
      ]
      "discussion_type" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "type_data" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "first_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_date" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_user_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "last_post_username" => array:4 [
        "type" => 5
        "maxLength" => 50
        "default" => ""
        "api" => true
      ]
      "first_post_reaction_score" => array:3 [
        "type" => 1
        "default" => 0
        "api" => true
      ]
      "first_post_reactions" => array:3 [
        "type" => 65552
        "default" => []
        "nullable" => true
      ]
      "prefix_id" => array:3 [
        "type" => 2
        "default" => 0
        "api" => true
      ]
      "custom_fields" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "tags" => array:2 [
        "type" => 65552
        "default" => []
      ]
      "vote_score" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "vote_count" => array:3 [
        "type" => 2
        "forced" => true
        "default" => 0
      ]
      "gym_id" => array:2 [
        "type" => 1
        "default" => 0
      ]
      "thumbnail_ex" => array:2 [
        "type" => 5
        "default" => null
      ]
      "home_sticky" => array:3 [
        "type" => 65540
        "default" => false
        "api" => true
      ]
      "thread_type" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_old_url" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_layout" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "shop_color" => array:3 [
        "type" => 5
        "maxLength" => 255
        "default" => null
      ]
      "owner_star_rating" => array:2 [
        "type" => 3
        "default" => 0
      ]
      "shop_creation" => array:2 [
        "type" => 2
        "default" => 1715502129
      ]
    ]
    +relations: array:22 [
      "Forum" => array:6 [
        "entity" => "XF:Forum"
        "type" => 1
        "conditions" => "node_id"
        "primary" => true
        "with" => "Node"
        "api" => true
      ]
      "User" => array:5 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => "user_id"
        "primary" => true
        "api" => true
      ]
      "FirstPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPost" => array:4 [
        "entity" => "XF:Post"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "LastPoster" => array:4 [
        "entity" => "XF:User"
        "type" => 1
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Prefix" => array:4 [
        "entity" => "XF:ThreadPrefix"
        "type" => 1
        "conditions" => "prefix_id"
        "primary" => true
      ]
      "Read" => array:4 [
        "entity" => "XF:ThreadRead"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Watch" => array:4 [
        "entity" => "XF:ThreadWatch"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "UserPosts" => array:4 [
        "entity" => "XF:ThreadUserPost"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "DeletionLog" => array:4 [
        "entity" => "XF:DeletionLog"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "DraftReplies" => array:4 [
        "entity" => "XF:Draft"
        "type" => 2
        "conditions" => array:1 [
          0 => array:4 [ …4]
        ]
        "key" => "user_id"
      ]
      "ApprovalQueue" => array:4 [
        "entity" => "XF:ApprovalQueue"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "primary" => true
      ]
      "Redirect" => array:4 [
        "entity" => "XF:ThreadRedirect"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "ReplyBans" => array:4 [
        "entity" => "XF:ThreadReplyBan"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "user_id"
      ]
      "Poll" => array:3 [
        "entity" => "XF:Poll"
        "type" => 1
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
      "CustomFields" => array:4 [
        "entity" => "XF:ThreadFieldValue"
        "type" => 2
        "conditions" => "thread_id"
        "key" => "field_id"
      ]
      "Question" => array:4 [
        "entity" => "XF:ThreadQuestion"
        "type" => 1
        "conditions" => "thread_id"
        "primary" => true
      ]
      "Tags" => array:4 [
        "entity" => "XF:TagContent"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "tag_id"
      ]
      "ContentVotes" => array:5 [
        "entity" => "XF:ContentVote"
        "type" => 2
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
        "key" => "vote_user_id"
        "order" => "vote_date"
      ]
      "Ticket" => array:3 [
        "entity" => "NF\Tickets:Ticket"
        "type" => 1
        "conditions" => "thread_id"
      ]
      "oldShop" => array:3 [
        "type" => 1
        "entity" => "XF:Thread"
        "conditions" => array:1 [
          0 => array:3 [ …3]
        ]
      ]
      "SEOPackageMetadata" => array:3 [
        "type" => 1
        "entity" => "XF2SEO\SEOPackage:Metadata"
        "conditions" => array:2 [
          0 => array:3 [ …3]
          1 => array:3 [ …3]
        ]
      ]
    ]
    +getters: array:9 [
      "draft_reply" => true
      "post_ids" => true
      "last_post_cache" => true
      "custom_fields" => true
      "cover_image" => true
      "TypeHandler" => array:3 [
        "cache" => true
        "getter" => "getTypeHandler"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "type_data" => array:3 [
        "cache" => true
        "getter" => "getTypeData"
        "invalidate" => array:2 [
          0 => "discussion_type"
          1 => "node_id"
        ]
      ]
      "vote_score_short" => false
      "Ticket" => true
    ]
    +defaultWith: array:1 [
      0 => "SEOPackageMetadata"
    ]
    +options: array:2 [
      "log_moderator" => true
      "nfTickets" => true
    ]
    +behaviors: array:7 [
      "XF:ContentVotable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:ContentVotableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#296
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1641 to 1641"
        }
        "stateField" => "discussion_state"
      ]
      "XF:Taggable" => array:1 [
        "stateField" => "discussion_state"
      ]
      "XF:Indexable" => array:1 [
        "checkForUpdates" => array:7 [
          0 => "title"
          1 => "node_id"
          2 => "user_id"
          3 => "prefix_id"
          4 => "tags"
          5 => "discussion_state"
          6 => "first_post_id"
        ]
      ]
      "XF:IndexableContainer" => array:3 [
        "childContentType" => "post"
        "childIds" => Closure {#294
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1650 to 1650"
        }
        "checkForUpdates" => array:3 [
          0 => "node_id"
          1 => "discussion_state"
          2 => "prefix_id"
        ]
      ]
      "XF:NewsFeedPublishable" => array:2 [
        "usernameField" => "username"
        "dateField" => "post_date"
      ]
      "XF:CustomFieldsHolder" => array:3 [
        "valueTable" => "xf_thread_field_value"
        "checkForUpdates" => array:1 [
          0 => "node_id"
        ]
        "getAllowedFields" => Closure {#295
          class: "XF\Entity\Thread"
          parameters: { …1}
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1660 to 1660"
        }
      ]
    ]
    +columnAliases: array:1 [
      "first_post_likes" => "first_post_reaction_score"
    ]
    +withAliases: array:3 [
      "full" => array:3 [
        0 => "User"
        1 => "LastPoster"
        2 => Closure {#299
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1819 to 1832"
        }
      ]
      "fullForum" => array:2 [
        0 => "full"
        1 => Closure {#300
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1836 to 1848"
        }
      ]
      "api" => array:3 [
        0 => "Forum.api"
        1 => "User.api"
        2 => Closure {#301
          class: "XF\Entity\Thread"
          file: "/home/u769187343/domains/perfectpokemon.com/public_html/src/XF/Entity/Thread.php"
          line: "1853 to 1869"
        }
      ]
    ]
  }
  #_em: Manager {#264
    #db: Adapter {#222
      #connection: mysqli {#223
        +affected_rows: null
        +client_info: null
        +client_version: null
        +connect_errno: null
        +connect_error: null
        +errno: null
        +error: null
        +error_list: null
        +field_count: null
        +host_info: null
        +info: null
        +insert_id: null
        +server_info: null
        +server_version: null
        +sqlstate: null
        +protocol_version: null
        +thread_id: null
        +warning_count: null
      }
      #statementClass: "XF\Db\Mysqli\Statement"
      #config: array:5 [
        "host" => "localhost"
        "port" => "3306"
        "username" => "u769187343_pokemon_xf_new"
        "password" => "Ah;vSmek[s!9"
        "dbname" => "u769187343_pokemon_xf_new"
      ]
      #fullUnicode: false
      #inTransaction: false
      #savePointCounter: 0
      #savePoints: []
      #queryCount: 37
      #logQueries: true
      #logSimpleOnly: null
      #queryLog: array:37 [
        1 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('addOns', 'addOnsComposer', 'autoJobRun', 'bbCodeMedia', 'classExtensions', 'codeEventListeners', 'connectedAccountCount', 'contentTypes', 'displayStyles', 'helpPageCount', 'languages', 'masterStyleProperties', 'nodeTypes', 'options', 'paymentProvider', 'reactions', 'reportCounts', 'simpleCache', 'smilies', 'unapprovedCounts', 'userBanners', 'userTitleLadder', 'userUpgradeCount', 'widgetCache', 'widgetDefinition', 'widgetPosition', 'bannedIps', 'bbCodeCustom', 'discouragedIps', 'forumTypes', 'notices', 'noticesLastReset', 'routeFilters', 'routesPublic', 'styles', 'userFieldsInfo', 'threadFieldsInfo', 'threadPrefixes', 'threadTypes')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3498
          "trace" => array:10 [ …10]
          "execute" => 1715502129.3502
          "complete" => 1715502129.3505
        ]
        2 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('dbtCreditsCurrencies')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3549
          "trace" => array:20 [ …20]
          "execute" => 1715502129.3552
          "complete" => 1715502129.3552
        ]
        3 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3563
          "trace" => array:11 [ …11]
          "execute" => 1715502129.3565
          "complete" => 1715502129.3565
        ]
        4 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT cache_value\n
            \t\t\tFROM xf_permission_combination\n
            \t\t\tWHERE permission_combination_id = ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.3572
          "trace" => array:15 [ …15]
          "execute" => 1715502129.3574
          "complete" => 1715502129.3574
        ]
        5 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_user_User_2`.*, `xf_forum_Forum_3`.*, `xf_tl_group_forum_GroupForum_4`.*, `xf_node_Node_5`.*, `xf_permission_cache_content_Permissions_6`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_2` ON (`xf_user_User_2`.`user_id` = `xf_thread`.`user_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_3` ON (`xf_forum_Forum_3`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_tl_group_forum` AS `xf_tl_group_forum_GroupForum_4` ON (`xf_tl_group_forum_GroupForum_4`.`node_id` = `xf_forum_Forum_3`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_5` ON (`xf_node_Node_5`.`node_id` = `xf_forum_Forum_3`.`node_id`)\n
            LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_6` ON (`xf_permission_cache_content_Permissions_6`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_6`.`content_id` = `xf_node_Node_5`.`node_id` AND `xf_permission_cache_content_Permissions_6`.`permission_combination_id` = '1')\n
            \t\t\tWHERE (`xf_thread`.`thread_id` = '7154')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3588
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3593
          "complete" => 1715502129.3595
        ]
        6 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_redirect`.*\n
            \t\t\tFROM `xf_seo_package_redirect`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_redirect`.`active` = 1)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3604
          "trace" => array:14 [ …14]
          "execute" => 1715502129.3606
          "complete" => 1715502129.3606
        ]
        7 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_post`.*, `xf_user_User_1`.*, `xf_user_option_Option_2`.*, `xf_user_profile_Profile_3`.*, `xf_user_privacy_Privacy_4`.*, `xf_permission_combination_PermissionCombination_5`.*, `xf_session_activity_Activity_6`.*\n
            \t\t\tFROM `xf_post`\n
            \t\t\tLEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_post`.`user_id`)\n
            LEFT JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_profile` AS `xf_user_profile_Profile_3` ON (`xf_user_profile_Profile_3`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_user_privacy` AS `xf_user_privacy_Privacy_4` ON (`xf_user_privacy_Privacy_4`.`user_id` = `xf_user_User_1`.`user_id`)\n
            LEFT JOIN `xf_permission_combination` AS `xf_permission_combination_PermissionCombination_5` ON (`xf_permission_combination_PermissionCombination_5`.`permission_combination_id` = `xf_user_User_1`.`permission_combination_id`)\n
            LEFT JOIN `xf_session_activity` AS `xf_session_activity_Activity_6` ON (`xf_session_activity_Activity_6`.`user_id` = `xf_user_User_1`.`user_id` AND `xf_session_activity_Activity_6`.`unique_key` = CONCAT(`xf_user_User_1`.`user_id`, ''))\n
            \t\t\tWHERE (`xf_post`.`thread_id` = 7154) AND ((`xf_post`.`message_state` IN ('visible'))) AND (`xf_post`.`position` >= 0) AND (`xf_post`.`position` < 20)\n
            \t\t\tORDER BY `xf_post`.`position` ASC, `xf_post`.`post_date` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3614
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3626
          "complete" => 1715502129.3627
        ]
        8 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_dbtech_credits_event`.*\n
            \t\t\tFROM `xf_dbtech_credits_event`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_dbtech_credits_event`.`event_trigger_id` = 'read')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3634
          "trace" => array:17 [ …17]
          "execute" => 1715502129.3636
          "complete" => 1715502129.3636
        ]
        9 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_dbtech_credits_event`.*\n
            \t\t\tFROM `xf_dbtech_credits_event`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_dbtech_credits_event`.`event_trigger_id` = 'view')\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3638
          "trace" => array:18 [ …18]
          "execute" => 1715502129.364
          "complete" => 1715502129.364
        ]
        10 => array:6 [
          "query" => """
            \n
            \t\t\tINSERT INTO xf_thread_view\n
            \t\t\t\t(thread_id, total)\n
            \t\t\tVALUES\n
            \t\t\t\t(? , 1)\n
            \t\t\tON DUPLICATE KEY UPDATE\n
            \t\t\t\ttotal = total + 1\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.3641
          "trace" => array:13 [ …13]
          "execute" => 1715502129.3642
          "complete" => 1715502129.3642
        ]
        11 => array:6 [
          "query" => """
            SELECT view_date\n
            \t\t\t\t\tFROM xf_session_activity\n
            \t\t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:2 [ …2]
          "start" => 1715502129.3646
          "trace" => array:13 [ …13]
          "execute" => 1715502129.3646
          "complete" => 1715502129.3647
        ]
        12 => array:6 [
          "query" => """
            -- XFDB=noForceAllWrite\n
            \t\t\t\tUPDATE xf_session_activity\n
            \t\t\t\tSET\n
            \t\t\t\t\tip = ?,\n
            \t\t\t\t\tcontroller_name = ?,\n
            \t\t\t\t\tcontroller_action = ?,\n
            \t\t\t\t\tview_state = ?,\n
            \t\t\t\t\tparams = ?,\n
            \t\t\t\t\tview_date = ?,\n
            \t\t\t\t\trobot_key = ?\n
            \t\t\t\tWHERE user_id = ? AND unique_key = ?
            """
          "params" => array:9 [ …9]
          "start" => 1715502129.3647
          "trace" => array:12 [ …12]
          "execute" => 1715502129.3648
          "complete" => 1715502129.3648
        ]
        13 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` = 6018) AND (`xf_session_activity`.`unique_key` = '6018')\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3708
          "trace" => array:34 [ …34]
          "execute" => 1715502129.3709
          "complete" => 1715502129.3709
        ]
        14 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xc_gym_user_badge`.*\n
            \t\t\tFROM `xc_gym_user_badge`\n
            \t\t\t\n
            \t\t\tWHERE (`xc_gym_user_badge`.`user_id` = 6018)\n
            \t\t\t\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3719
          "trace" => array:27 [ …27]
          "execute" => 1715502129.3721
          "complete" => 1715502129.3721
        ]
        15 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_seo_package_keyword`.*\n
            \t\t\tFROM `xf_seo_package_keyword`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_seo_package_keyword`.`active` = 1)\n
            \t\t\tORDER BY `xf_seo_package_keyword`.`execute_order` ASC\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.3732
          "trace" => array:43 [ …43]
          "execute" => 1715502129.3734
          "complete" => 1715502129.3734
        ]
        16 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3739
          "trace" => array:33 [ …33]
          "execute" => 1715502129.3927
          "complete" => 1715502129.3928
        ]
        17 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.3929
          "trace" => array:34 [ …34]
          "execute" => 1715502129.4083
          "complete" => 1715502129.4083
        ]
        18 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4086
          "trace" => array:15 [ …15]
          "execute" => 1715502129.4187
          "complete" => 1715502129.4188
        ]
        19 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4189
          "trace" => array:16 [ …16]
          "execute" => 1715502129.429
          "complete" => 1715502129.429
        ]
        20 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4292
          "trace" => array:16 [ …16]
          "execute" => 1715502129.4393
          "complete" => 1715502129.4393
        ]
        21 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            \t\t\tWHERE (`xf_thread`.`shop_old_url` = 7154)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.4395
          "trace" => array:15 [ …15]
          "execute" => 1715502129.45
          "complete" => 1715502129.45
        ]
        22 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT\n
            \t\t\t\tSUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,\n
            \t\t\t\tSUM(IF(user_id > 0, 1, 0)) AS members,\n
            \t\t\t\tSUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests\n
            \t\t\tFROM xf_session_activity\n
            \t\t\tWHERE view_date >= ?\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.4526
          "trace" => array:18 [ …18]
          "execute" => 1715502129.4533
          "complete" => 1715502129.4533
        ]
        23 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*, `xf_user_User_1`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\tINNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)\n
            \t\t\tWHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1715498529)\n
            \t\t\tORDER BY `xf_session_activity`.`view_date` DESC\n
            \t\t\n
            LIMIT 50
            """
          "params" => []
          "start" => 1715502129.4535
          "trace" => array:18 [ …18]
          "execute" => 1715502129.4539
          "complete" => 1715502129.4539
        ]
        24 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT data_key, data_value\n
            \t\t\tFROM xf_data_registry\n
            \t\t\tWHERE data_key IN ('forumStatistics')\n
            \t\t
            """
          "params" => []
          "start" => 1715502129.4544
          "trace" => array:22 [ …22]
          "execute" => 1715502129.4545
          "complete" => 1715502129.4545
        ]
        25 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_user`.*, `xf_user_profile_Profile_1`.*, `xf_user_option_Option_2`.*\n
            \t\t\tFROM `xf_user`\n
            \t\t\tINNER JOIN `xf_user_profile` AS `xf_user_profile_Profile_1` ON (`xf_user_profile_Profile_1`.`user_id` = `xf_user`.`user_id`)\n
            INNER JOIN `xf_user_option` AS `xf_user_option_Option_2` ON (`xf_user_option_Option_2`.`user_id` = `xf_user`.`user_id`)\n
            \t\t\tWHERE (`xf_user_profile_Profile_1`.`dob_day` = 12) AND (`xf_user_profile_Profile_1`.`dob_month` = 5) AND (`xf_user_option_Option_2`.`show_dob_date` = 1) AND (`xf_user`.`last_activity` > 1683966129) AND (`xf_user`.`is_banned` = 0) AND (`xf_user`.`user_state` = 'valid')\n
            \t\t\tORDER BY `xf_user`.`username` ASC\n
            \t\t\n
            LIMIT 12
            """
          "params" => []
          "start" => 1715502129.455
          "trace" => array:16 [ …16]
          "execute" => 1715502129.4568
          "complete" => 1715502129.4569
        ]
        26 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`home_sticky` = 1) AND (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502129.4574
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4813
          "complete" => 1715502129.4815
        ]
        27 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` IN ('17', '16', '29'))\n
            \t\t\tORDER BY `xf_thread`.`post_date` DESC\n
            \t\t\n
            LIMIT 4
            """
          "params" => []
          "start" => 1715502129.4817
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4822
          "complete" => 1715502129.4823
        ]
        28 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_thread`.*, `xf_seo_package_metadata_SEOPackageMetadata_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_user_User_4`.*\n
            \t\t\tFROM `xf_thread`\n
            \t\t\tLEFT JOIN `xf_seo_package_metadata` AS `xf_seo_package_metadata_SEOPackageMetadata_1` ON (`xf_seo_package_metadata_SEOPackageMetadata_1`.`content_type` = 'thread' AND `xf_seo_package_metadata_SEOPackageMetadata_1`.`content_id` = `xf_thread`.`thread_id`)\n
            LEFT JOIN `xf_forum` AS `xf_forum_Forum_2` ON (`xf_forum_Forum_2`.`node_id` = `xf_thread`.`node_id`)\n
            LEFT JOIN `xf_node` AS `xf_node_Node_3` ON (`xf_node_Node_3`.`node_id` = `xf_forum_Forum_2`.`node_id`)\n
            LEFT JOIN `xf_user` AS `xf_user_User_4` ON (`xf_user_User_4`.`user_id` = `xf_thread`.`user_id`)\n
            \t\t\tWHERE (`xf_thread`.`node_id` = '121')\n
            \t\t\tORDER BY `xf_thread`.`shop_creation` DESC\n
            \t\t\n
            LIMIT 7
            """
          "params" => []
          "start" => 1715502129.4841
          "trace" => array:13 [ …13]
          "execute" => 1715502129.4845
          "complete" => 1715502129.4846
        ]
        29 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498529) AND (`xf_session_activity`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5021
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5021
          "complete" => 1715502129.5022
        ]
        30 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 38051)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5024
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5026
          "complete" => 1715502129.5026
        ]
        31 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT title, phrase_text\n
            \t\t\tFROM xf_phrase_compiled\n
            \t\t\tWHERE language_id = ?\n
            \t\t\t\tAND title IN ('xc_none_rating_count')\n
            \t\t
            """
          "params" => array:1 [ …1]
          "start" => 1715502129.5026
          "trace" => array:20 [ …20]
          "execute" => 1715502129.5028
          "complete" => 1715502129.5028
        ]
        32 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498529) AND (`xf_session_activity`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5184
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5184
          "complete" => 1715502129.5185
        ]
        33 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1561)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5186
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5187
          "complete" => 1715502129.5187
        ]
        34 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498529) AND (`xf_session_activity`.`user_id` = 1355)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5345
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5346
          "complete" => 1715502129.5346
        ]
        35 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1355)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5347
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5349
          "complete" => 1715502129.5349
        ]
        36 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_session_activity`.*\n
            \t\t\tFROM `xf_session_activity`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_session_activity`.`view_date` >= 1715498529) AND (`xf_session_activity`.`user_id` = 1)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5512
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5513
          "complete" => 1715502129.5513
        ]
        37 => array:6 [
          "query" => """
            \n
            \t\t\tSELECT `xf_xc_feedback_user`.*\n
            \t\t\tFROM `xf_xc_feedback_user`\n
            \t\t\t\n
            \t\t\tWHERE (`xf_xc_feedback_user`.`user_id` = 1)\n
            \t\t\t\n
            \t\t\n
            LIMIT 1
            """
          "params" => []
          "start" => 1715502129.5514
          "trace" => array:15 [ …15]
          "execute" => 1715502129.5516
          "complete" => 1715502129.5516
        ]
      ]
      #ignoreLegacyTableWriteError: false
      #schemaManager: null
    }
    #valueFormatter: ValueFormatter {#265}
    #extension: Extension {#224
      #listeners: array:26 [
        "addon_post_install" => array:2 [
          "XFMG" => array:1 [ …1]
          "_" => array:1 [ …1]
        ]
        "addon_post_rebuild" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_complete" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_render_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_pub_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "app_setup" => array:1 [
          "_" => array:5 [ …5]
        ]
        "controller_post_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "controller_pre_dispatch" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_page" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_template_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "criteria_user" => array:1 [
          "_" => array:4 [ …4]
        ]
        "dispatcher_match" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_button_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "editor_dialog" => array:2 [
          "dbtechCreditsCharge" => array:1 [ …1]
          "chat" => array:1 [ …1]
        ]
        "entity_post_delete" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "entity_post_save" => array:8 [
          "XF\Entity\Post" => array:1 [ …1]
          "XFRM\Entity\ResourceItem" => array:1 [ …1]
          "XFRM\Entity\ResourceRating" => array:1 [ …1]
          "XF\Entity\Thread" => array:1 [ …1]
          "XF\Entity\User" => array:1 [ …1]
          "XFMG\Entity\Album" => array:1 [ …1]
          "XFMG\Entity\Comment" => array:1 [ …1]
          "XFMG\Entity\MediaItem" => array:1 [ …1]
        ]
        "import_importer_classes" => array:1 [
          "_" => array:3 [ …3]
        ]
        "inline_mod_actions" => array:6 [
          "post" => array:1 [ …1]
          "profile_post" => array:1 [ …1]
          "thread" => array:1 [ …1]
          "xfmg_comment" => array:1 [ …1]
          "xfmg_album" => array:1 [ …1]
          "xfmg_media" => array:1 [ …1]
        ]
        "navigation_setup" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_global_data" => array:1 [
          "_" => array:1 [ …1]
        ]
        "templater_macro_pre_render" => array:4 [
          "admin:option_macros:option_form_block" => array:3 [ …3]
          "public:account_visitor_menu:visitor_panel_row" => array:1 [ …1]
          "public:member_macros:member_stat_pairs" => array:1 [ …1]
          "public:message_macros:user_info" => array:1 [ …1]
        ]
        "templater_setup" => array:1 [
          "_" => array:2 [ …2]
        ]
        "templater_template_pre_render" => array:2 [
          "public:editor" => array:1 [ …1]
          "public:member_notable" => array:1 [ …1]
        ]
        "user_content_change_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_delete_clean_init" => array:1 [
          "_" => array:2 [ …2]
        ]
        "user_merge_combine" => array:1 [
          "_" => array:1 [ …1]
        ]
      ]
      #classExtensions: array:108 [
        "XF\Pub\Controller\Logout" => array:1 [
          0 => "Siropu\Chat\XF\Pub\Controller\Logout"
        ]
        "XF\AddOn\DataManager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\DataManager"
        ]
        "XF\AddOn\Manager" => array:1 [
          0 => "SV\StandardLib\XF\AddOn\Manager"
        ]
        "XF\Entity\User" => array:9 [
          0 => "XenCentral\Feedback\XF\Entity\User"
          1 => "DBTech\Credits\XF\Entity\User"
          2 => "NF\Tickets\XF\Entity\User"
          3 => "Siropu\Chat\XF\Entity\User"
          4 => "XC\GymChallenge\XF\Entity\User"
          5 => "XC\PokemonShop\XF\Entity\User"
          6 => "XF2SEO\SEOPackage\XF\Entity\User"
          7 => "Xfrocks\Medal\XF\Entity\User"
          8 => "Truonglv\Groups\XF\Entity\User"
        ]
        "XFMG\Entity\Comment" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\Comment"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Comment"
        ]
        "XFMG\Entity\MediaItem" => array:2 [
          0 => "DBTech\Credits\XFMG\Entity\MediaItem"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\MediaItem"
        ]
        "XFMG\Entity\Rating" => array:1 [
          0 => "DBTech\Credits\XFMG\Entity\Rating"
        ]
        "XFMG\Service\Comment\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Comment\Creator"
        ]
        "XFMG\Service\Media\Creator" => array:1 [
          0 => "DBTech\Credits\XFMG\Service\Media\Creator"
        ]
        "XFRM\Entity\ResourceItem" => array:2 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceItem"
          1 => "NF\Tickets\XFRM\Entity\ResourceItem"
        ]
        "XFRM\Entity\ResourceRating" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceRating"
        ]
        "XFRM\Entity\ResourceUpdate" => array:1 [
          0 => "DBTech\Credits\XFRM\Entity\ResourceUpdate"
        ]
        "XFRM\Repository\ResourceVersion" => array:1 [
          0 => "DBTech\Credits\XFRM\Repository\ResourceVersion"
        ]
        "XF\Admin\Controller\User" => array:2 [
          0 => "DBTech\Credits\XF\Admin\Controller\User"
          1 => "XenCentral\Feedback\Admin\Controller\User"
        ]
        "XF\Attachment\Post" => array:1 [
          0 => "DBTech\Credits\XF\Attachment\Post"
        ]
        "XF\BbCode\Renderer\ApiHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\ApiHtml"
        ]
        "XF\BbCode\Renderer\EmailHtml" => array:1 [
          0 => "DBTech\Credits\XF\BbCode\Renderer\EmailHtml"
        ]
        "XF\Entity\ConversationMessage" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ConversationMessage"
        ]
        "XF\Entity\LikedContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\LikedContent"
        ]
        "XF\Entity\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Poll"
        ]
        "XF\Entity\Post" => array:4 [
          0 => "DBTech\Credits\XF\Entity\Post"
          1 => "Truonglv\Groups\XF\Entity\Post"
          2 => "XC\PokemonShop\XF\Entity\Post"
          3 => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        ]
        "XF\Entity\ProfilePost" => array:2 [
          0 => "DBTech\Credits\XF\Entity\ProfilePost"
          1 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePost"
        ]
        "XF\Entity\ReactionContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReactionContent"
        ]
        "XF\Entity\ReportComment" => array:1 [
          0 => "DBTech\Credits\XF\Entity\ReportComment"
        ]
        "XF\Entity\TagContent" => array:1 [
          0 => "DBTech\Credits\XF\Entity\TagContent"
        ]
        "XF\Entity\Thread" => array:8 [
          0 => "DBTech\Credits\XF\Entity\Thread"
          1 => "NF\Tickets\XF\Entity\Thread"
          2 => "Truonglv\Groups\XF\Entity\Thread"
          3 => "XC\GymChallenge\XF\Entity\Thread"
          4 => "XC\LatestPostThumbnail\XF\Entity\Thread"
          5 => "XC\PokemonShop\XF\Entity\Thread"
          6 => "XF2SEO\SEOPackage\XF\Entity\Thread"
          7 => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        ]
        "XF\Entity\UserFollow" => array:1 [
          0 => "DBTech\Credits\XF\Entity\UserFollow"
        ]
        "XF\Entity\Warning" => array:1 [
          0 => "DBTech\Credits\XF\Entity\Warning"
        ]
        "XF\Pub\Controller\Member" => array:5 [
          0 => "DBTech\Credits\XF\Pub\Controller\Member"
          1 => "NF\Tickets\XF\Pub\Controller\Member"
          2 => "XC\GymChallenge\XF\Pub\Controller\Member"
          3 => "XC\PokemonCredits\XF\Pub\Controller\Member"
          4 => "Xfrocks\Medal\XF\Pub\Controller\Member"
        ]
        "XF\Repository\Attachment" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Attachment"
        ]
        "XF\Repository\Poll" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Poll"
        ]
        "XF\Repository\Tag" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Tag"
        ]
        "XF\Repository\Thread" => array:2 [
          0 => "DBTech\Credits\XF\Repository\Thread"
          1 => "NF\Tickets\XF\Repository\Thread"
        ]
        "XF\Repository\Trophy" => array:1 [
          0 => "DBTech\Credits\XF\Repository\Trophy"
        ]
        "XF\Service\Post\Editor" => array:2 [
          0 => "DBTech\Credits\XF\Service\Post\Editor"
          1 => "TickTackk\ChangeContentOwner\XF\Service\Post\Editor"
        ]
        "XF\Service\Post\Preparer" => array:1 [
          0 => "DBTech\Credits\XF\Service\Post\Preparer"
        ]
        "XF\Service\Report\Creator" => array:1 [
          0 => "DBTech\Credits\XF\Service\Report\Creator"
        ]
        "XF\Service\Thread\Creator" => array:3 [
          0 => "DBTech\Credits\XF\Service\Thread\Creator"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Creator"
          2 => "XC\PokemonShop\XF\Service\Thread\Creator"
        ]
        "XF\Service\Thread\Replier" => array:2 [
          0 => "DBTech\Credits\XF\Service\Thread\Replier"
          1 => "DigitalPoint\Analytics\XF\Service\Thread\Replier"
        ]
        "XF\Service\User\Merge" => array:2 [
          0 => "DBTech\Credits\XF\Service\User\Merge"
          1 => "XenCentral\Feedback\XF\Service\Merge"
        ]
        "XF\Service\User\RegistrationComplete" => array:1 [
          0 => "DBTech\Credits\XF\Service\User\RegistrationComplete"
        ]
        "XF\Str\Formatter" => array:1 [
          0 => "DBTech\Credits\XF\Str\Formatter"
        ]
        "XF\Admin\Controller\Option" => array:3 [
          0 => "DigitalPoint\Analytics\XF\Admin\Controller\Option"
          1 => "NF\Tickets\XF\Admin\Controller\Option"
          2 => "Truonglv\Groups\XF\Admin\Controller\Option"
        ]
        "XF\Mail\Mailer" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Mail\Mailer"
        ]
        "XF\Pub\Controller\Login" => array:2 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Login"
          1 => "Siropu\Chat\XF\Pub\Controller\Login"
        ]
        "XF\Pub\Controller\Register" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\Controller\Register"
        ]
        "XF\Pub\View\Forum\Rss" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Pub\View\Forum\Rss"
        ]
        "XF\Purchasable\UserUpgrade" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Purchasable\UserUpgrade"
        ]
        "XF\Service\Conversation\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Creator"
        ]
        "XF\Service\Conversation\Replier" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\Conversation\Replier"
        ]
        "XF\Service\ProfilePostComment\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePostComment\Creator"
        ]
        "XF\Service\ProfilePost\Creator" => array:1 [
          0 => "DigitalPoint\Analytics\XF\Service\ProfilePost\Creator"
        ]
        "XFRM\Admin\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Admin\Controller\Category"
        ]
        "XFRM\Entity\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Entity\Category"
        ]
        "XFRM\Pub\Controller\Category" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\Category"
        ]
        "XFRM\Pub\Controller\ResourceItem" => array:1 [
          0 => "NF\Tickets\XFRM\Pub\Controller\ResourceItem"
        ]
        "XF\ApprovalQueue\User" => array:1 [
          0 => "NF\Tickets\XF\ApprovalQueue\User"
        ]
        "XF\Entity\Search" => array:1 [
          0 => "NF\Tickets\XF\Entity\Search"
        ]
        "XF\InlineMod\Thread" => array:1 [
          0 => "NF\Tickets\XF\InlineMod\Thread"
        ]
        "XF\Pub\Controller\Account" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Account"
          1 => "Truonglv\Groups\XF\Pub\Controller\Account"
        ]
        "XF\Pub\Controller\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Conversation"
        ]
        "XF\Pub\Controller\GotoPage" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\GotoPage"
        ]
        "XF\Pub\Controller\Thread" => array:6 [
          0 => "NF\Tickets\XF\Pub\Controller\Thread"
          1 => "Truonglv\Groups\XF\Pub\Controller\Thread"
          2 => "XC\LatestPostThumbnail\XF\Pub\Controller\Thread"
          3 => "XC\PokemonShop\XF\Pub\Controller\Thread"
          4 => "XF2SEO\SEOPackage\XF\Pub\Controller\Thread"
          5 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        ]
        "XF\Pub\Controller\Watched" => array:2 [
          0 => "NF\Tickets\XF\Pub\Controller\Watched"
          1 => "SV\StandardLib\XF\Pub\Controller\Watched"
        ]
        "XF\Repository\Conversation" => array:1 [
          0 => "NF\Tickets\XF\Repository\Conversation"
        ]
        "XF\Repository\Ip" => array:1 [
          0 => "NF\Tickets\XF\Repository\Ip"
        ]
        "XF\Repository\User" => array:1 [
          0 => "NF\Tickets\XF\Repository\User"
        ]
        "XF\Service\User\Registration" => array:1 [
          0 => "NF\Tickets\XF\Service\User\Registration"
        ]
        "XF\Service\CronEntry\CalculateNextRun" => array:1 [
          0 => "Siropu\Chat\XF\Service\CronEntry\CalculateNextRun"
        ]
        "XF\InputFilterer" => array:1 [
          0 => "SV\StandardLib\XF\InputFilterer"
        ]
        "XF\Mvc\Router" => array:2 [
          0 => "SV\StandardLib\XF\Mvc\Router"
          1 => "XC\PokemonShop\XF\Mvc\Router"
        ]
        "XFMG\Attachment\Media" => array:1 [
          0 => "Truonglv\Groups\XFMG\Attachment\Media"
        ]
        "XFMG\Entity\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Entity\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Entity\Album"
        ]
        "XFMG\Finder\Album" => array:1 [
          0 => "Truonglv\Groups\XFMG\Finder\Album"
        ]
        "XFMG\Pub\Controller\Album" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Album"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Album"
        ]
        "XFMG\Pub\Controller\Media" => array:2 [
          0 => "Truonglv\Groups\XFMG\Pub\Controller\Media"
          1 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Media"
        ]
        "XF\Admin\Controller\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Admin\Controller\Node"
        ]
        "XF\Entity\Forum" => array:3 [
          0 => "Truonglv\Groups\XF\Entity\Forum"
          1 => "XF2SEO\SEOPackage\XF\Entity\Forum"
          2 => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        ]
        "XF\Entity\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\Node"
        ]
        "XF\Entity\UserPrivacy" => array:1 [
          0 => "Truonglv\Groups\XF\Entity\UserPrivacy"
        ]
        "XF\InlineMod\Thread\Move" => array:1 [
          0 => "Truonglv\Groups\XF\InlineMod\Thread\Move"
        ]
        "XF\Pub\Controller\Forum" => array:5 [
          0 => "Truonglv\Groups\XF\Pub\Controller\Forum"
          1 => "XC\LatestPostThumbnail\XF\Pub\Controller\Forum"
          2 => "XC\PokemonShop\XF\Pub\Controller\Forum"
          3 => "XF2SEO\SEOPackage\XF\Pub\Controller\Forum"
          4 => "SV\StandardLib\XF\Pub\Controller\Forum"
        ]
        "XF\Pub\Controller\InlineMod" => array:1 [
          0 => "Truonglv\Groups\XF\Pub\Controller\InlineMod"
        ]
        "XF\Repository\Node" => array:1 [
          0 => "Truonglv\Groups\XF\Repository\Node"
        ]
        "XF\Pub\Controller\Post" => array:2 [
          0 => "XC\LatestPostThumbnail\XF\Pub\Controller\Post"
          1 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Post"
        ]
        "XF\Service\Thread\Editor" => array:3 [
          0 => "XC\LatestPostThumbnail\XF\Service\Thread\Editor"
          1 => "XC\PokemonShop\XF\Service\Thread\Editor"
          2 => "TickTackk\ChangeContentOwner\XF\Service\Thread\Editor"
        ]
        "DBTech\Credits\Entity\Event" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        ]
        "DBTech\Credits\EventTrigger\Purchase" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\EventTrigger\Purchase"
        ]
        "DBTech\Credits\Purchasable\Currency" => array:1 [
          0 => "XC\PokemonCredits\DBTech\Credits\Purchasable\Currency"
        ]
        "XenCentral\Feedback\Entity\Feedback" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Entity\Feedback"
        ]
        "XenCentral\Feedback\Repository\User" => array:1 [
          0 => "XC\PokemonShop\XenCentral\Feedback\Repository\User"
        ]
        "XF\ControllerPlugin\Thread" => array:1 [
          0 => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        ]
        "XF\Admin\Controller\Forum" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\Admin\Controller\Forum"
        ]
        "XF\BbCode\Renderer\Html" => array:1 [
          0 => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        ]
        "XFA\CSVGrapher\Entity\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Entity\Graph"
        ]
        "XFA\CSVGrapher\Pub\Controller\Graph" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Pub\Controller\Graph"
        ]
        "XFA\CSVGrapher\Service\Graph\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFA\CSVGrapher\Service\Graph\Editor"
        ]
        "XFMG\Pub\Controller\Comment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Pub\Controller\Comment"
        ]
        "XFMG\Service\Album\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Album\Editor"
        ]
        "XFMG\Service\Comment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Comment\Editor"
        ]
        "XFMG\Service\Media\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XFMG\Service\Media\Editor"
        ]
        "XF\Entity\ProfilePostComment" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Entity\ProfilePostComment"
        ]
        "XF\Pub\Controller\ProfilePost" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Pub\Controller\ProfilePost"
        ]
        "XF\Service\ProfilePostComment\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePostComment\Editor"
        ]
        "XF\Service\ProfilePost\Editor" => array:1 [
          0 => "TickTackk\ChangeContentOwner\XF\Service\ProfilePost\Editor"
        ]
        "XF\Admin\Controller\Template" => array:1 [
          0 => "SV\StandardLib\XF\Admin\Controller\Template"
        ]
        "XF\CssRenderer" => array:1 [
          0 => "SV\StandardLib\XF\CssRenderer"
        ]
        "XF\Pub\Controller\Misc" => array:1 [
          0 => "NF\Tickets\XF\Pub\Controller\Misc"
        ]
      ]
      #extensionMap: array:94 [
        "XF\AddOn\Manager" => "SV\StandardLib\XF\AddOn\Manager"
        "XF\InputFilterer" => "SV\StandardLib\XF\InputFilterer"
        "XF\Session\Session" => "XF\Session\Session"
        "XF\Data\Search" => "XF\Data\Search"
        "XF\CookieConsent" => "XF\CookieConsent"
        "XF\Captcha\HCaptcha" => "XF\Captcha\HCaptcha"
        "XF\SubContainer\BbCode" => "XF\SubContainer\BbCode"
        "XF\Repository\Payment" => "XF\Repository\Payment"
        "DBTech\Credits\Payment\Credits" => "DBTech\Credits\Payment\Credits"
        "XF\Payment\PayPal" => "XF\Payment\PayPal"
        "XF\Payment\Stripe" => "XF\Payment\Stripe"
        "XF\Repository\User" => "NF\Tickets\XF\Repository\User"
        "XF\Entity\User" => "Truonglv\Groups\XF\Entity\User"
        "DBTech\Credits\Entity\Currency" => "DBTech\Credits\Entity\Currency"
        "XF\Entity\UserAuth" => "XF\Entity\UserAuth"
        "XF\Entity\UserOption" => "XF\Entity\UserOption"
        "XF\Entity\UserProfile" => "XF\Entity\UserProfile"
        "XF\Entity\UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
        "XF\Language" => "XF\Language"
        "XF\Mvc\Dispatcher" => "XF\Mvc\Dispatcher"
        "XF\Mvc\Router" => "XC\PokemonShop\XF\Mvc\Router"
        "SV\StandardLib\Repository\LinkBuilder" => "SV\StandardLib\Repository\LinkBuilder"
        "XF2SEO\SEOPackage\Entity\Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
        "XF2SEO\SEOPackage\Finder\Redirect" => "XF2SEO\SEOPackage\Finder\Redirect"
        "XF\Pub\Controller\Thread" => "TickTackk\ChangeContentOwner\XF\Pub\Controller\Thread"
        "XF\Entity\Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
        "XF\Finder\Thread" => "XF\Finder\Thread"
        "XF2SEO\SEOPackage\Entity\Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
        "XF\Entity\Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
        "Truonglv\Groups\Entity\Forum" => "Truonglv\Groups\Entity\Forum"
        "XF\Entity\Node" => "Truonglv\Groups\XF\Entity\Node"
        "XF\Entity\PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
        "XF\Finder\PermissionCacheContent" => "XF\Finder\PermissionCacheContent"
        "XF\ControllerPlugin\Node" => "XF\ControllerPlugin\Node"
        "XF\ThreadType\Discussion" => "XF\ThreadType\Discussion"
        "XF\Repository\Thread" => "NF\Tickets\XF\Repository\Thread"
        "XF\ControllerPlugin\Thread" => "XC\PokemonShop\XF\ControllerPlugin\Thread"
        "XF\Str\Formatter" => "DBTech\Credits\XF\Str\Formatter"
        "XF\Repository\Post" => "XF\Repository\Post"
        "XF\Entity\Post" => "TickTackk\ChangeContentOwner\XF\Entity\Post"
        "XF\Finder\Post" => "XF\Finder\Post"
        "XF\Entity\PermissionCombination" => "XF\Entity\PermissionCombination"
        "XF\Entity\SessionActivity" => "XF\Entity\SessionActivity"
        "XF\Repository\Attachment" => "DBTech\Credits\XF\Repository\Attachment"
        "XF\Data\Robot" => "XF\Data\Robot"
        "XF\Repository\Unfurl" => "XF\Repository\Unfurl"
        "XF\Repository\UserAlert" => "XF\Repository\UserAlert"
        "DBTech\Credits\Repository\EventTrigger" => "DBTech\Credits\Repository\EventTrigger"
        "DBTech\Credits\EventTrigger\Read" => "DBTech\Credits\EventTrigger\Read"
        "DBTech\Credits\Entity\Event" => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
        "DBTech\Credits\Finder\Event" => "DBTech\Credits\Finder\Event"
        "DBTech\Credits\EventTrigger\View" => "DBTech\Credits\EventTrigger\View"
        "XF\Repository\ThreadType" => "XF\Repository\ThreadType"
        "XF\ForumType\Discussion" => "XF\ForumType\Discussion"
        "XF\ThreadType\Poll" => "XF\ThreadType\Poll"
        "XF\Repository\SessionActivity" => "XF\Repository\SessionActivity"
        "XenCentral\Feedback\Repository\Activity" => "XenCentral\Feedback\Repository\Activity"
        "XF\Style" => "XF\Style"
        "XF\Template\Templater" => "XF\Template\Templater"
        "XF\DevelopmentOutput" => "XF\DevelopmentOutput"
        "XF\DevelopmentOutput\Template" => "XF\DevelopmentOutput\Template"
        "XF\SubContainer\Widget" => "XF\SubContainer\Widget"
        "SV\StandardLib\TemplaterHelper" => "SV\StandardLib\TemplaterHelper"
        "SV\StandardLib\TemplaterAccess" => "SV\StandardLib\TemplaterAccess"
        "XF\SimpleCache" => "XF\SimpleCache"
        "XF\Mvc\Renderer\Html" => "XF\Mvc\Renderer\Html"
        "XF\Pub\View\Thread\View" => "XF\Pub\View\Thread\View"
        "XF\CustomField\Set" => "XF\CustomField\Set"
        "XF\CustomField\DefinitionSet" => "XF\CustomField\DefinitionSet"
        "XF\Finder\SessionActivity" => "XF\Finder\SessionActivity"
        "DBTech\Credits\Repository\Currency" => "DBTech\Credits\Repository\Currency"
        "XC\GymChallenge\Entity\GymBadge" => "XC\GymChallenge\Entity\GymBadge"
        "XC\GymChallenge\Finder\GymBadge" => "XC\GymChallenge\Finder\GymBadge"
        "XF\BbCode\Parser" => "XF\BbCode\Parser"
        "XF\BbCode\RuleSet" => "XF\BbCode\RuleSet"
        "XF\BbCode\Renderer\Html" => "XF2SEO\SEOPackage\XF\BbCode\Renderer\Html"
        "XF\Str\EmojiFormatter" => "XF\Str\EmojiFormatter"
        "XF2SEO\SEOPackage\Entity\Keyword" => "XF2SEO\SEOPackage\Entity\Keyword"
        "XF2SEO\SEOPackage\Finder\Keyword" => "XF2SEO\SEOPackage\Finder\Keyword"
        "XF\Widget\Html" => "XF\Widget\Html"
        "XF\Widget\WidgetRenderer" => "XF\Widget\WidgetRenderer"
        "XF\NoticeList" => "XF\NoticeList"
        "XF\Criteria\User" => "XF\Criteria\User"
        "XF\Criteria\Page" => "XF\Criteria\Page"
        "XF\Widget\MembersOnline" => "XF\Widget\MembersOnline"
        "XF\Widget\ForumStatistics" => "XF\Widget\ForumStatistics"
        "XF\Widget\Birthdays" => "XF\Widget\Birthdays"
        "XF\Finder\User" => "XF\Finder\User"
        "XC\LatestPostThumbnail\Repository\Thumbnail" => "XC\LatestPostThumbnail\Repository\Thumbnail"
        "XF\FsMounts" => "XF\FsMounts"
        "XC\PokemonShop\Repository\Shops" => "XC\PokemonShop\Repository\Shops"
        "XF\Debugger" => "XF\Debugger"
        "XenCentral\Feedback\Entity\FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
        "XenCentral\Feedback\Finder\FeedbackUser" => "XenCentral\Feedback\Finder\FeedbackUser"
      ]
    }
    #entityClassNameMap: array:20 [
      "XF:User" => "Truonglv\Groups\XF\Entity\User"
      "DBTech\Credits:Currency" => "DBTech\Credits\Entity\Currency"
      "XF:UserAuth" => "XF\Entity\UserAuth"
      "XF:UserOption" => "XF\Entity\UserOption"
      "XF:UserProfile" => "XF\Entity\UserProfile"
      "XF:UserPrivacy" => "Truonglv\Groups\XF\Entity\UserPrivacy"
      "XF2SEO\SEOPackage:Redirect" => "XF2SEO\SEOPackage\Entity\Redirect"
      "XF:Thread" => "TickTackk\ChangeContentOwner\XF\Entity\Thread"
      "XF2SEO\SEOPackage:Metadata" => "XF2SEO\SEOPackage\Entity\Metadata"
      "XF:Forum" => "TickTackk\ChangeContentOwner\XF\Entity\Forum"
      "Truonglv\Groups:Forum" => "Truonglv\Groups\Entity\Forum"
      "XF:Node" => "Truonglv\Groups\XF\Entity\Node"
      "XF:PermissionCacheContent" => "XF\Entity\PermissionCacheContent"
      "XF:Post" => "TickTackk\ChangeContentOwner\XF\Entity\Post"
      "XF:PermissionCombination" => "XF\Entity\PermissionCombination"
      "XF:SessionActivity" => "XF\Entity\SessionActivity"
      "DBTech\Credits:Event" => "XC\PokemonCredits\DBTech\Credits\Entity\Event"
      "XC\GymChallenge:GymBadge" => "XC\GymChallenge\Entity\GymBadge"
      "XF2SEO\SEOPackage:Keyword" => "XF2SEO\SEOPackage\Entity\Keyword"
      "XenCentral\Feedback:FeedbackUser" => "XenCentral\Feedback\Entity\FeedbackUser"
    ]
    #entities: array:13 [
      "DBTech\Credits\Entity\Currency" => array:1 [
        1 => Currency {#270
          #_getterCache: []
          #_valueCache: array:3 [ …3]
          #_structure: Structure {#269
            +shortName: "DBTech\Credits:Currency"
            +contentType: null
            +table: "xf_dbtech_credits_currency"
            +primaryKey: "currency_id"
            +columns: array:25 [
              "currency_id" => array:2 [ …2]
              "title" => array:2 [ …2]
              "description" => array:2 [ …2]
              "active" => array:2 [ …2]
              "display_order" => array:2 [ …2]
              "table" => array:3 [ …3]
              "use_table_prefix" => array:2 [ …2]
              "column" => array:2 [ …2]
              "use_user_id" => array:2 [ …2]
              "user_id_column" => array:3 [ …3]
              "decimals" => array:3 [ …3]
              "privacy" => array:3 [ …3]
              "blacklist" => array:2 [ …2]
              "prefix" => array:2 [ …2]
              "suffix" => array:2 [ …2]
              "is_display_currency" => array:2 [ …2]
              "sidebar" => array:2 [ …2]
              "member_dropdown" => array:2 [ …2]
              "postbit" => array:2 [ …2]
              "negative" => array:3 [ …3]
              "maxtime" => array:2 [ …2]
              "earnmax" => array:2 [ …2]
              "value" => array:2 [ …2]
              "inbound" => array:2 [ …2]
              "outbound" => array:2 [ …2]
            ]
            +relations: array:2 [
              "Events" => array:4 [ …4]
              "Transactions" => array:3 [ …3]
            ]
            +getters: array:1 [
              "RichestUsers" => true
            ]
            +defaultWith: []
            +options: []
            +behaviors: array:1 [
              "DBTech\Credits:Cacheable" => []
            ]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 1
          #rootClass: "DBTech\Credits\Entity\Currency"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:25 [ …25]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserAuth" => array:1 [
        0 => UserAuth {#272
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#271
            +shortName: "XF:UserAuth"
            +contentType: null
            +table: "xf_user_authenticate"
            +primaryKey: "user_id"
            +columns: array:3 [ …3]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 2
          #rootClass: "XF\Entity\UserAuth"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserOption" => array:2 [
        0 => UserOption {#275
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#274
            +shortName: "XF:UserOption"
            +contentType: null
            +table: "xf_user_option"
            +primaryKey: "user_id"
            +columns: array:13 [ …13]
            +relations: array:3 [ …3]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 3
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:2 [ …2]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserOption {#477
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#274}
          #_em: Manager {#264}
          -_uniqueEntityId: 16
          #rootClass: "XF\Entity\UserOption"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:14 [ …14]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\UserProfile" => array:2 [
        0 => UserProfile {#277
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276
            +shortName: "XF:UserProfile"
            +contentType: null
            +table: "xf_user_profile"
            +primaryKey: "user_id"
            +columns: array:17 [ …17]
            +relations: array:2 [ …2]
            +getters: array:3 [ …3]
            +defaultWith: []
            +options: array:3 [ …3]
            +behaviors: array:2 [ …2]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 4
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserProfile {#476
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#276}
          #_em: Manager {#264}
          -_uniqueEntityId: 15
          #rootClass: "XF\Entity\UserProfile"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:17 [ …17]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\UserPrivacy" => array:2 [
        0 => UserPrivacy {#279
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278
            +shortName: "XF:UserPrivacy"
            +contentType: null
            +table: "xf_user_privacy"
            +primaryKey: "user_id"
            +columns: array:7 [ …7]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 5
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:1 [ …1]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        6018 => UserPrivacy {#451
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#278}
          #_em: Manager {#264}
          -_uniqueEntityId: 14
          #rootClass: "XF\Entity\UserPrivacy"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:7 [ …7]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\User" => array:7 [
        6018 => User {#469
          #_getterCache: array:3 [ …3]
          #_valueCache: array:7 [ …7]
          #_structure: Structure {#268
            +shortName: "XF:User"
            +contentType: "user"
            +table: "xf_user"
            +primaryKey: "user_id"
            +columns: array:60 [
              "user_id" => array:4 [ …4]
              "username" => array:4 [ …4]
              "username_date" => array:3 [ …3]
              "username_date_visible" => array:3 [ …3]
              "email" => array:2 [ …2]
              "style_id" => array:3 [ …3]
              "language_id" => array:3 [ …3]
              "timezone" => array:3 [ …3]
              "visible" => array:2 [ …2]
              "activity_visible" => array:2 [ …2]
              "user_group_id" => array:2 [ …2]
              "secondary_group_ids" => array:3 [ …3]
              "display_style_group_id" => array:3 [ …3]
              "permission_combination_id" => array:3 [ …3]
              "message_count" => array:5 [ …5]
              "question_solution_count" => array:5 [ …5]
              "alerts_unviewed" => array:5 [ …5]
              "alerts_unread" => array:5 [ …5]
              "conversations_unread" => array:5 [ …5]
              "register_date" => array:3 [ …3]
              "last_activity" => array:3 [ …3]
              "last_summary_email_date" => array:4 [ …4]
              "trophy_points" => array:5 [ …5]
              "avatar_date" => array:2 [ …2]
              "avatar_width" => array:4 [ …4]
              "avatar_height" => array:4 [ …4]
              "avatar_highdpi" => array:3 [ …3]
              "gravatar" => array:4 [ …4]
              "user_state" => array:3 [ …3]
              "security_lock" => array:3 [ …3]
              "is_moderator" => array:2 [ …2]
              "is_admin" => array:2 [ …2]
              "is_staff" => array:3 [ …3]
              "is_banned" => array:2 [ …2]
              "reaction_score" => array:4 [ …4]
              "vote_score" => array:4 [ …4]
              "custom_title" => array:4 [ …4]
              "warning_points" => array:4 [ …4]
              "secret_key" => array:4 [ …4]
              "privacy_policy_accepted" => array:2 [ …2]
              "terms_accepted" => array:2 [ …2]
              "dbtech_credits_credits" => array:3 [ …3]
              "dbtech_credits_lastdaily" => array:3 [ …3]
              "dbtech_credits_lastinterest" => array:3 [ …3]
              "dbtech_credits_lastpaycheck" => array:3 [ …3]
              "dbtech_credits_lasttaxation" => array:3 [ …3]
              "nf_tickets_count" => array:4 [ …4]
              "nf_tickets_unread" => array:4 [ …4]
              "siropu_chat_room_id" => array:3 [ …3]
              "siropu_chat_conv_id" => array:3 [ …3]
              "siropu_chat_rooms" => array:4 [ …4]
              "siropu_chat_conversations" => array:4 [ …4]
              "siropu_chat_settings" => array:4 [ …4]
              "siropu_chat_room_join_time" => array:4 [ …4]
              "siropu_chat_status" => array:5 [ …5]
              "siropu_chat_is_sanctioned" => array:3 [ …3]
              "siropu_chat_message_count" => array:3 [ …3]
              "siropu_chat_last_activity" => array:3 [ …3]
              "xf_bdmedal_awarded_cached" => array:1 [ …1]
              "tlg_total_own_groups" => array:2 [ …2]
            ]
            +relations: array:16 [
              "Admin" => array:4 [ …4]
              "Auth" => array:4 [ …4]
              "ConnectedAccounts" => array:4 [ …4]
              "Option" => array:4 [ …4]
              "PermissionCombination" => array:5 [ …5]
              "Profile" => array:4 [ …4]
              "Privacy" => array:4 [ …4]
              "Ban" => array:4 [ …4]
              "Reject" => array:4 [ …4]
              "Activity" => array:4 [ …4]
              "ApprovalQueue" => array:4 [ …4]
              "Following" => array:5 [ …5]
              "PendingUsernameChange" => array:4 [ …4]
              "PreRegAction" => array:4 [ …4]
              "TicketQueueWatch" => array:4 [ …4]
              "TLGUserCache" => array:4 [ …4]
            ]
            +getters: array:12 [
              "PermissionSet" => array:2 [ …2]
              "permission_combination_id" => false
              "is_super_admin" => true
              "last_activity" => true
              "email_confirm_key" => true
              "warning_count" => true
              "next_allowed_username_change" => true
              "dbtech_credits_currency" => true
              "nf_ticket_stats" => array:2 [ …2]
              "nf_formatted_user_state" => array:2 [ …2]
              "medal_awardeds" => true
              "medal_count" => true
            ]
            +defaultWith: []
            +options: array:11 [
              "allow_self_delete" => false
              "custom_title_disallowed" => array:2 [ …2]
              "admin_edit" => false
              "enqueue_rename_cleanup" => true
              "enqueue_delete_cleanup" => true
              "prevent_self_lock" => true
              "insert_username_change_history" => true
              "insert_username_change_visible" => false
              "nf_is_banned" => null
              "nf_force_captcha" => null
              "nfTickets" => true
            ]
            +behaviors: array:1 [
              "XF:ChangeLoggable" => []
            ]
            +columnAliases: array:1 [
              "like_count" => "reaction_score"
            ]
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 10
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: array:2 [ …2]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        37892 => User {#625
          #_getterCache: []
          #_valueCache: array:5 [ …5]
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 20
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1 => User {#780
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 22
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        38051 => User {#648
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 42
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1561 => User {#844
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 47
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1355 => User {#846
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 52
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [ …67]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        62 => User {#849
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#268}
          #_em: Manager {#264}
          #ticketStatsCacheLifeTime: 604800
          -_uniqueEntityId: 62
          #rootClass: "XF\Entity\User"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:67 [
            "user_id" => 62
            "username" => "KitaVonKanada"
            "username_date" => 0
            "username_date_visible" => 0
            "email" => "[email protected]"
            "custom_title" => ""
            "language_id" => 1
            "style_id" => 0
            "timezone" => "America/Los_Angeles"
            "visible" => 1
            "user_group_id" => 5
            "secondary_group_ids" => "3,15,19,20,36,39"
            "display_style_group_id" => 3
            "permission_combination_id" => 374
            "message_count" => 168
            "question_solution_count" => 0
            "conversations_unread" => 134
            "register_date" => 1387990368
            "last_activity" => 1715361744
            "last_summary_email_date" => 1715264548
            "trophy_points" => 28
            "alerts_unviewed" => 0
            "alerts_unread" => 3
            "avatar_date" => 1704663171
            "avatar_width" => 384
            "avatar_height" => 424
            "avatar_highdpi" => 1
            "gravatar" => ""
            "user_state" => "valid"
            "security_lock" => ""
            "is_moderator" => 1
            "is_admin" => 1
            "is_banned" => 0
            "reaction_score" => 57
            "warning_points" => 0
            "is_staff" => 1
            "dbtech_credits_credits" => "3062.51000000"
            "currency_id" => 2
            "bdbank_money" => 0
            "xf_bdreputation_given" => 0
            "xf_bdmedal_awarded_cached" => "a:1:{i:699;a:18:{s:10:"awarded_id";i:699;s:8:"medal_id";i:25;s:7:"user_id";i:62;s:8:"username";s:13:"KitaVonKanada";s:10:"award_date";i:1430073560;s:12:"award_reason";N;s:22:"adjusted_display_order";i:0;s:4:"name";s:11:"Lemon Badge";s:11:"category_id";i:1;s:11:"description";s:25:"Randomly awarded by Cheza";s:13:"display_order";i:0;s:10:"user_count";i:38;s:15:"last_award_date";i:1504295298;s:18:"last_award_user_id";i:33219;s:19:"last_award_username";s:12:"I Mimic You!";s:10:"image_date";i:1670105002;s:13:"category_name";s:10:"Gym Badges";s:20:"category_description";s:183:"Defeated a gym leader to earn any of the corresponding badges below. <a href="http://perfectpokemon.com/login/">Log in</a> to see which community members have earned the badges below.";}}"
            "team_count" => 0
            "team_ribbon_id" => 0
            "team_cache" => "a:1:{i:2;a:13:{s:7:"team_id";i:2;s:7:"user_id";i:62;s:8:"username";s:13:"KitaVonKanada";s:12:"member_state";s:6:"accept";s:8:"position";s:6:"member";s:9:"join_date";i:1394592488;s:5:"alert";i:1;s:6:"action";s:3:"add";s:14:"action_user_id";i:118;s:15:"action_username";s:12:"x0rqasmatr0n";s:11:"req_message";N;s:10:"send_alert";i:1;s:10:"send_email";i:0;}}"
            "activity_visible" => 1
            "manage_team_count" => 0
            "privacy_policy_accepted" => 0
            "terms_accepted" => 0
            "secret_key" => "4eb66e604070eab8b755d6540ea445da"
            "vote_score" => 0
            "dbtech_credits_lastdaily" => 0
            "dbtech_credits_lastinterest" => 0
            "dbtech_credits_lastpaycheck" => 1701403200
            "dbtech_credits_lasttaxation" => 0
            "tlg_total_own_groups" => 0
            "siropu_chat_room_id" => 1
            "siropu_chat_conv_id" => 18
            "siropu_chat_rooms" => "{"1":1715361446}"
            "siropu_chat_conversations" => "{"18":1}"
            "siropu_chat_settings" => null
            "siropu_chat_room_join_time" => "{"1":1704662814}"
            "siropu_chat_status" => ""
            "siropu_chat_is_sanctioned" => 0
            "siropu_chat_message_count" => 9
            "siropu_chat_last_activity" => 1715361446
            "nf_tickets_count" => 0
            "nf_tickets_unread" => 0
          ]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "Truonglv\Groups\XF\Entity\Node" => array:4 [
        5 => Node {#311
          #_getterCache: array:2 [ …2]
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#308
            +shortName: "XF:Node"
            +contentType: "node"
            +table: "xf_node"
            +primaryKey: "node_id"
            +columns: array:16 [ …16]
            +relations: array:5 [ …5]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 7
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Node {#782
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 23
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Node {#785
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 28
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        121 => Node {#841
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#308}
          #_em: Manager {#264}
          -_uniqueEntityId: 43
          #rootClass: "XF\Entity\Node"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:16 [ …16]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => array:4 [
        5 => Forum {#470
          #_getterCache: array:2 [ …2]
          #_valueCache: array:3 [ …3]
          #_structure: Structure {#304
            +shortName: "XF:Forum"
            +contentType: "forum"
            +table: "xf_forum"
            +primaryKey: "node_id"
            +columns: array:29 [ …29]
            +relations: array:9 [ …9]
            +getters: array:9 [ …9]
            +defaultWith: array:1 [ …1]
            +options: array:1 [ …1]
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: array:1 [ …1]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 9
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:2 [ …2]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        16 => Forum {#783
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 24
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        29 => Forum {#786
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 29
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [ …31]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        121 => Forum {#842
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#304}
          #_em: Manager {#264}
          -_uniqueEntityId: 44
          #rootClass: "XF\Entity\Forum"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:31 [
            "node_id" => 121
            "discussion_count" => 5
            "message_count" => 6
            "last_post_id" => 191108
            "last_post_date" => 1709883921
            "last_post_user_id" => 1
            "last_post_username" => "doulie"
            "last_thread_id" => 25866
            "last_thread_title" => "Hims shop"
            "last_thread_prefix_id" => 0
            "moderate_replies" => 0
            "allow_posting" => 1
            "count_messages" => 1
            "find_new" => 0
            "allow_index" => "allow"
            "index_criteria" => "[]"
            "field_cache" => "[]"
            "prefix_cache" => "[]"
            "default_prefix_id" => 0
            "require_prefix" => 0
            "allowed_watch_notifications" => "all"
            "default_sort_order" => "last_post_date"
            "default_sort_direction" => "desc"
            "bdbank_options" => null
            "vw_options" => 0
            "moderate_threads" => 0
            "list_date_limit_days" => 0
            "min_tags" => 0
            "prompt_cache" => "[]"
            "forum_type_id" => "discussion"
            "type_config" => "{"allowed_thread_types":[],"allow_answer_voting":false,"allow_answer_downvote":false}"
          ]
          #_relations: array:1 [
            "Node" => Node {#841}
          ]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => array:10 [
        7154 => Thread {#468
          #_getterCache: array:4 [ …4]
          #_valueCache: array:4 [ …4]
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 12
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25886 => Thread {#784
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 26
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25877 => Thread {#787
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 31
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25870 => Thread {#788
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 36
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25869 => Thread {#789
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 41
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25866 => Thread {#843
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 46
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25859 => Thread {#845
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 51
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25840 => Thread {#847
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 56
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25838 => Thread {#848
          #_getterCache: array:1 [ …1]
          #_valueCache: []
          #_structure: Structure {#297}
          #_em: Manager {#264}
          -_uniqueEntityId: 61
          #rootClass: "XF\Entity\Thread"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:36 [ …36]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        25837 => Thread {#850}
      ]
      "TickTackk\ChangeContentOwner\XF\Entity\Post" => array:1 [
        76498 => Post {#478
          #_getterCache: array:3 [ …3]
          #_valueCache: array:2 [ …2]
          #_structure: Structure {#465
            +shortName: "XF:Post"
            +contentType: "post"
            +table: "xf_post"
            +primaryKey: "post_id"
            +columns: array:22 [ …22]
            +relations: array:8 [ …8]
            +getters: array:5 [ …5]
            +defaultWith: []
            +options: array:1 [ …1]
            +behaviors: array:4 [ …4]
            +columnAliases: array:2 [ …2]
            +withAliases: array:2 [ …2]
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 18
          #rootClass: "XF\Entity\Post"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:23 [ …23]
          #_relations: array:3 [ …3]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF2SEO\SEOPackage\Entity\Keyword" => array:1 [
        1 => Keyword {#573
          #_getterCache: []
          #_valueCache: array:1 [ …1]
          #_structure: Structure {#569
            +shortName: "XF2SEO\SEOPackage:Keyword"
            +contentType: null
            +table: "xf_seo_package_keyword"
            +primaryKey: "keyword_id"
            +columns: array:9 [ …9]
            +relations: []
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 19
          #rootClass: "XF2SEO\SEOPackage\Entity\Keyword"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [ …9]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XF\Entity\SessionActivity" => array:1 [
        "37892\x1E37892" => SessionActivity {#701
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#454
            +shortName: "XF:SessionActivity"
            +contentType: null
            +table: "xf_session_activity"
            +primaryKey: array:2 [ …2]
            +columns: array:9 [ …9]
            +relations: array:1 [ …1]
            +getters: array:6 [ …6]
            +defaultWith: []
            +options: []
            +behaviors: []
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 21
          #rootClass: "XF\Entity\SessionActivity"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:9 [ …9]
          #_relations: array:1 [ …1]
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
      "XenCentral\Feedback\Entity\FeedbackUser" => array:2 [
        1355 => FeedbackUser {#773
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#832
            +shortName: "XenCentral\Feedback:FeedbackUser"
            +contentType: "feedbackuser"
            +table: "xf_xc_feedback_user"
            +primaryKey: "user_id"
            +columns: array:8 [ …8]
            +relations: array:1 [ …1]
            +getters: []
            +defaultWith: []
            +options: []
            +behaviors: array:1 [ …1]
            +columnAliases: []
            +withAliases: []
          }
          #_em: Manager {#264}
          -_uniqueEntityId: 67
          #rootClass: "XenCentral\Feedback\Entity\FeedbackUser"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:8 [ …8]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
        1 => FeedbackUser {#823
          #_getterCache: []
          #_valueCache: []
          #_structure: Structure {#832}
          #_em: Manager {#264}
          -_uniqueEntityId: 68
          #rootClass: "XenCentral\Feedback\Entity\FeedbackUser"
          #_useReplaceInto: false
          #_newValues: []
          #_values: array:8 [ …8]
          #_relations: []
          #_previousValues: []
          #_options: []
          #_deleted: false
          #_readOnly: false
          #_writePending: false
          #_writeRunning: false
          #_errors: []
          #_whenSaveable: []
          #_cascadeSave: []
          #_behaviors: null
        }
      ]
    ]
    #structures: array:20 [
      "DBTech\Credits\Entity\Currency" => Structure {#269}
      "Truonglv\Groups\XF\Entity\User" => Structure {#268}
      "XF\Entity\UserAuth" => Structure {#271}
      "XF\Entity\UserOption" => Structure {#274}
      "XF\Entity\UserProfile" => Structure {#276}
      "Truonglv\Groups\XF\Entity\UserPrivacy" => Structure {#278}
      "XF2SEO\SEOPackage\Entity\Redirect" => Structure {#289
        +shortName: "XF2SEO\SEOPackage:Redirect"
        +contentType: null
        +table: "xf_seo_package_redirect"
        +primaryKey: "redirect_id"
        +columns: array:5 [ …5]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Thread" => Structure {#297}
      "XF2SEO\SEOPackage\Entity\Metadata" => Structure {#303
        +shortName: "XF2SEO\SEOPackage:Metadata"
        +contentType: null
        +table: "xf_seo_package_metadata"
        +primaryKey: array:2 [ …2]
        +columns: array:3 [ …3]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Forum" => Structure {#304}
      "Truonglv\Groups\Entity\Forum" => Structure {#307
        +shortName: "Truonglv\Groups:Forum"
        +contentType: null
        +table: "xf_tl_group_forum"
        +primaryKey: "node_id"
        +columns: array:2 [ …2]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: array:1 [ …1]
        +columnAliases: []
        +withAliases: []
      }
      "Truonglv\Groups\XF\Entity\Node" => Structure {#308}
      "XF\Entity\PermissionCacheContent" => Structure {#310
        +shortName: "XF:PermissionCacheContent"
        +contentType: null
        +table: "xf_permission_cache_content"
        +primaryKey: array:3 [ …3]
        +columns: array:4 [ …4]
        +relations: []
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "TickTackk\ChangeContentOwner\XF\Entity\Post" => Structure {#465}
      "XF\Entity\PermissionCombination" => Structure {#459
        +shortName: "XF:PermissionCombination"
        +contentType: null
        +table: "xf_permission_combination"
        +primaryKey: "permission_combination_id"
        +columns: array:4 [ …4]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: array:1 [ …1]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XF\Entity\SessionActivity" => Structure {#454}
      "XC\PokemonCredits\DBTech\Credits\Entity\Event" => Structure {#317
        +shortName: "DBTech\Credits:Event"
        +contentType: null
        +table: "xf_dbtech_credits_event"
        +primaryKey: "event_id"
        +columns: array:27 [ …27]
        +relations: array:3 [ …3]
        +getters: array:3 [ …3]
        +defaultWith: []
        +options: array:2 [ …2]
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XC\GymChallenge\Entity\GymBadge" => Structure {#544
        +shortName: "XC\GymChallenge:GymBadge"
        +contentType: null
        +table: "xc_gym_user_badge"
        +primaryKey: "gym_badge_id"
        +columns: array:5 [ …5]
        +relations: array:2 [ …2]
        +getters: []
        +defaultWith: []
        +options: []
        +behaviors: []
        +columnAliases: []
        +withAliases: []
      }
      "XF2SEO\SEOPackage\Entity\Keyword" => Structure {#569}
      "XenCentral\Feedback\Entity\FeedbackUser" => Structure {#832}
    ]
    #repositories: array:15 [
      "XF:Payment" => Payment {#266
        #em: Manager {#264}
        #identifier: "XF:Payment"
      }
      "XF:User" => User {#267
        #em: Manager {#264}
        #identifier: "XF:User"
      }
      "SV\StandardLib:LinkBuilder" => LinkBuilder {#286
        #em: Manager {#264}
        #identifier: "SV\StandardLib:LinkBuilder"
      }
      "XF:Thread" => Thread {#467
        #em: Manager {#264}
        #identifier: "XF:Thread"
      }
      "XF:Post" => Post {#460
        #em: Manager {#264}
        #identifier: "XF:Post"
      }
      "XF:Attachment" => Attachment {#453
        #em: Manager {#264}
        #identifier: "XF:Attachment"
      }
      "XF:Unfurl" => Unfurl {#452
        #em: Manager {#264}
        #identifier: "XF:Unfurl"
      }
      "XF:UserAlert" => UserAlert {#473
        #em: Manager {#264}
        #identifier: "XF:UserAlert"
      }
      "DBTech\Credits:EventTrigger" => EventTrigger {#315
        #em: Manager {#264}
        #identifier: "DBTech\Credits:EventTrigger"
      }
      "XF:ThreadType" => ThreadType {#314
        #em: Manager {#264}
        #identifier: "XF:ThreadType"
      }
      "XF:SessionActivity" => SessionActivity {#313
        #em: Manager {#264}
        #identifier: "XF:SessionActivity"
      }
      "XenCentral\Feedback:Activity" => Activity {#479
        #_typeFilter: null
        #_userNameFilter: null
        #em: Manager {#264}
        #identifier: "XenCentral\Feedback:Activity"
      }
      "DBTech\Credits:Currency" => Currency {#549
        #em: Manager {#264}
        #identifier: "DBTech\Credits:Currency"
      }
      "XC\LatestPostThumbnail:Thumbnail" => Thumbnail {#615
        #em: Manager {#264}
        #identifier: "XC\LatestPostThumbnail:Thumbnail"
      }
      "XC\PokemonShop:Shops" => Shops {#622
        #em: Manager {#264}
        #identifier: "XC\PokemonShop:Shops"
      }
    ]
    #cascadeEntitySeen: []
    #cascadeEventDepth: []
  }
  -_uniqueEntityId: 66
  #rootClass: "XF\Entity\Thread"
  #_useReplaceInto: false
  #_newValues: []
  #_values: array:36 [
    "thread_id" => 25837
    "node_id" => 121
    "title" => "Best Shop Ever"
    "reply_count" => 0
    "view_count" => 437
    "user_id" => 62
    "username" => "KitaVonKanada"
    "post_date" => 1701468845
    "sticky" => 0
    "discussion_state" => "visible"
    "discussion_open" => 1
    "discussion_type" => "discussion"
    "first_post_id" => 190992
    "first_post_reaction_score" => 0
    "first_post_reactions" => "[]"
    "last_post_date" => 1701468845
    "last_post_id" => 190992
    "last_post_user_id" => 62
    "last_post_username" => "KitaVonKanada"
    "prefix_id" => 0
    "team_id" => null
    "tags" => "[]"
    "custom_fields" => "[]"
    "vote_score" => 0
    "vote_count" => 0
    "type_data" => "[]"
    "thumbnail_ex" => null
    "thread_type" => "pokemon_shop"
    "shop_url" => "Bestshopever"
    "shop_old_url" => ""
    "shop_layout" => "layout_1_link"
    "shop_color" => "layout_1_color"
    "owner_star_rating" => "0.00"
    "shop_creation" => 1701468845
    "gym_id" => 0
    "home_sticky" => 0
  ]
  #_relations: array:3 [
    "User" => User {#849}
    "Forum" => Forum {#842}
    "SEOPackageMetadata" => null
  ]
  #_previousValues: []
  #_options: []
  #_deleted: false
  #_readOnly: false
  #_writePending: false
  #_writeRunning: false
  #_errors: []
  #_whenSaveable: []
  #_cascadeSave: []
  #_behaviors: null
}
Shop Thumbnail
none ( none )

Selling mewtwo

OVERLORD N ARCEUS

Youngster Joey
Credits
20
i have a mewtwo and i want to sell it for 30 pc
he has a lonely nature and good iv's in defence
thx:Borg:
 
Last edited:

testing

Top