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

6 lines
156 B
PHP

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