8 lines
242 B
PHP
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';
|
|
}
|