mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-06 21:11:30 -07:00
6 lines
160 B
PHP
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';
|
|
}
|