Page MenuHomec4science

Settings.php
No OneTemporary

File Metadata

Created
Mon, Apr 7, 05:46

Settings.php

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

Event Timeline