Files
kulakpos_web/app/Helpers/Helper.php
eko 41b8afa54f
Some checks failed
Build, Push and Deploy / build-and-deploy (push) Successful in 2m30s
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
debug helper
2026-03-22 09:24:29 +07:00

8 lines
115 B
PHP

<?php
if (!function_exists('moduleCheck')) {
function moduleCheck($module)
{
return false;
}
}