Files
kulakpos_web/app/Helpers/Helper.php

8 lines
115 B
PHP
Raw Normal View History

2026-03-15 17:08:23 +07:00
<?php
2026-03-22 09:24:29 +07:00
if (!function_exists('moduleCheck')) {
function moduleCheck($module)
2026-03-22 09:19:12 +07:00
{
2026-03-22 09:24:29 +07:00
return false;
2026-03-22 09:19:12 +07:00
}
2026-03-22 09:24:29 +07:00
}