oont-contents/plugins/google-site-kit/third-party/guzzlehttp/promises/src/functions_include.php
2025-02-08 15:10:23 +01:00

8 lines
242 B
PHP

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