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

13 lines
152 B
PHP
Raw Normal View History

<?php
namespace Aviat\Ion\Type;
use Stringy\Stringy;
2015-10-14 09:20:52 -04:00
/**
* Wrapper around Stringy
*/
class StringType extends Stringy {
}
// End of StringType.php