Page MenuHomec4science

Settings.php
No OneTemporary

File Metadata

Created
Mon, Aug 26, 22:30

Settings.php

<?php
namespace RESTful;
/**
* Settings.
*
*/
class Settings
{
const VERSION = '0.1.7';
}

Event Timeline