Spaces-API/aws/GuzzleHttp/functions_include.php
Devang Srivastava eefa32741e spaces.php
2017-12-07 21:23:18 +05:30

6 lines
160 B
PHP

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