mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
7 lines
87 B
PHP
7 lines
87 B
PHP
<?php
|
|
|
|
include "bootstrap.php";
|
|
|
|
$test = new \Espo\Custom\Test();
|
|
|
|
echo $test->hello(); |