lasthourcloud/bootstrap/includeHelpers.php

6 lines
99 B
PHP
Raw Normal View History

2023-05-24 12:26:50 +00:00
<?php
$files = glob(__DIR__ . '/helpers/*.php');
foreach ($files as $file) {
require($file);
}