1
0
mirror of https://github.com/pierre42100/ComunicAPI synced 2025-04-03 03:52:40 +00:00
ComunicAPI/helpers/ComunicServer.php
2018-04-29 14:31:39 +02:00

15 lines
192 B
PHP

<?php
/**
* Comunic Server object helper
*
* @author Pierre HUBERT
*/
/**
* Get root Comunic object
*
* @return CS Comunic Server object
*/
function cs() : CS {
return CS::get();
}