rhymix/common/framework/storage.php
2016-03-15 14:14:50 +09:00

11 lines
86 B
PHP

<?php
namespace Rhymix\Framework;
/**
* The storage class.
*/
class Storage
{
}