glhcp/server/vendor/songshenzong/support/src/StringsHelpers.php

14 lines
181 B
PHP
Raw Normal View History

2023-08-10 14:59:52 +08:00
<?php
use Songshenzong\Support\Strings;
if (!function_exists('strings')) {
/**
* @return Strings
*/
function strings()
{
return new Strings;
}
}