添加网站文件
This commit is contained in:
13
vendor/songshenzong/support/src/StringsHelpers.php
vendored
Normal file
13
vendor/songshenzong/support/src/StringsHelpers.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
use Songshenzong\Support\Strings;
|
||||
|
||||
if (!function_exists('strings')) {
|
||||
/**
|
||||
* @return Strings
|
||||
*/
|
||||
function strings()
|
||||
{
|
||||
return new Strings;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user