ComunicAPI/helpers/ComunicServer.php

15 lines
192 B
PHP
Raw Normal View History

2018-04-29 12:31:39 +00:00
<?php
/**
* Comunic Server object helper
*
* @author Pierre HUBERT
*/
/**
* Get root Comunic object
*
* @return CS Comunic Server object
*/
function cs() : CS {
return CS::get();
}