11 lines
168 B
PHP
Executable File
11 lines
168 B
PHP
Executable File
<?php declare(strict_types = 1);
|
|
|
|
namespace App\Model\Utils;
|
|
|
|
use Contributte\Utils\Strings as ContributteStrings;
|
|
|
|
final class Strings extends ContributteStrings
|
|
{
|
|
|
|
}
|