mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
Created quick shorcut
This commit is contained in:
parent
7f89da265a
commit
66b3c4d50c
15
helpers/ComunicServer.php
Normal file
15
helpers/ComunicServer.php
Normal 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();
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user