Strings.php 212 B

12345678910111213141516
  1. <?php
  2. namespace Songshenzong\Support;
  3. use Songshenzong\Support\Traits\Str;
  4. use Songshenzong\Support\Traits\Uri;
  5. /**
  6. * Class Strings
  7. *
  8. * @package Songshenzong\Support
  9. */
  10. class Strings
  11. {
  12. use Str, Uri;
  13. }