be-starter-template/app/Helpers/Helper.php

7 lines
48 B
PHP

<?php
function hello()
{
return 'hello';
}