96a4a83a01aac6412572b74fd9b0abc339f6ad0f
[yaffs-website] / vendor / guzzlehttp / psr7 / src / functions_include.php
1 <?php
2
3 // Don't redefine the functions if included multiple times.
4 if (!function_exists('GuzzleHttp\Psr7\str')) {
5     require __DIR__ . '/functions.php';
6 }