fipamo/app/Helpers/StringHelpers.php
ro 65220fe06a
added helper function scaffolding
some serivce classes are getting to heavy, so some functionality will be
offloaded to custom helper function for better manageability and
readability.

a couple of place holders have been added to demonstrate how helpers
will be organized
2024-03-27 14:04:19 -06:00

7 lines
51 B
PHP

<?php
function tester()
{
echo("IT WORKS");
}