Files
luos/workflow/engine/src/Services/Api/ProcessMaker/Test3.php

15 lines
195 B
PHP
Raw Normal View History

<?php
namespace Services\Api\ProcessMaker;
use \ProcessMaker\Api;
use \Luracast\Restler\RestException;
class Test3 extends Api
{
function hello3()
{
return 'Hello #3';
}
}