HummingBirdAnimeClient/src/Aviat/Ion/Type/StringType.php

13 lines
152 B
PHP

<?php
namespace Aviat\Ion\Type;
use Stringy\Stringy;
/**
* Wrapper around Stringy
*/
class StringType extends Stringy {
}
// End of StringType.php