Created quick shorcut

This commit is contained in:
Pierre 2018-04-29 14:31:39 +02:00
parent 7f89da265a
commit 66b3c4d50c

15
helpers/ComunicServer.php Normal file
View File

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