Files
huangjingfen/pro_v3.5.1/vendor/guzzlehttp/guzzle/src/functions_include.php
apple 78de918c37 Initial commit: queue workspace
Made-with: Cursor
2026-03-21 02:55:24 +08:00

7 lines
160 B
PHP
Executable File

<?php
// Don't redefine the functions if included multiple times.
if (!\function_exists('GuzzleHttp\describe_type')) {
require __DIR__.'/functions.php';
}