mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 04:59:26 +00:00
7 lines
97 B
PHP
7 lines
97 B
PHP
<?php
|
|
|
|
$files = glob(__DIR__.'/helpers/*.php');
|
|
foreach ($files as $file) {
|
|
require $file;
|
|
}
|