TaskSystem/vendor/guzzlehttp/guzzle/src/functions_include.php

7 lines
160 B
PHP
Raw Normal View History

2023-07-15 10:16:32 +08:00
<?php
// Don't redefine the functions if included multiple times.
if (!\function_exists('GuzzleHttp\describe_type')) {
2023-07-17 09:56:51 +08:00
require __DIR__.'/functions.php';
2023-07-15 10:16:32 +08:00
}