mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-25 04:00:27 +00:00
14 lines
181 B
PHP
14 lines
181 B
PHP
<?php
|
|
|
|
use Songshenzong\Support\Strings;
|
|
|
|
if (!function_exists('strings')) {
|
|
/**
|
|
* @return Strings
|
|
*/
|
|
function strings()
|
|
{
|
|
return new Strings;
|
|
}
|
|
}
|