17 lines
212 B
PHP
Raw Normal View History

2025-02-26 11:49:20 +08:00
<?php
namespace Songshenzong\Support;
use Songshenzong\Support\Traits\Str;
use Songshenzong\Support\Traits\Uri;
/**
* Class Strings
*
* @package Songshenzong\Support
*/
class Strings
{
use Str, Uri;
}