first commit
This commit is contained in:
6
phpspreadsheet-1.13_php-7.4/vendor/guzzlehttp/guzzle/src/functions_include.php
vendored
Executable file
6
phpspreadsheet-1.13_php-7.4/vendor/guzzlehttp/guzzle/src/functions_include.php
vendored
Executable file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// Don't redefine the functions if included multiple times.
|
||||
if (!\function_exists('GuzzleHttp\describe_type')) {
|
||||
require __DIR__ . '/functions.php';
|
||||
}
|
Reference in New Issue
Block a user