Files
pgserver3.0/pgserver/vendor/guzzlehttp/guzzle/src/functions_include.php
annnj-company 130c1026c4 first commit
2026-04-17 18:29:53 +08:00

7 lines
160 B
PHP

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