7 lines
87 B
PHP
7 lines
87 B
PHP
<?php
|
|
|
|
include "bootstrap.php";
|
|
|
|
$test = new \Espo\Custom\Test();
|
|
|
|
echo $test->hello(); |