Files
4WDCSA.co.za/google-client/vendor/guzzlehttp/guzzle/src/functions_include.php
Local Administrator b83134aca3 Initial commit
2025-04-18 10:32:42 +02: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';
}