a ton 👷♂️
This commit is contained in:
5
bootstrap/includeHelpers.php
Normal file
5
bootstrap/includeHelpers.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$files = glob(__DIR__ . '/helpers/*.php');
|
||||
foreach ($files as $file) {
|
||||
require($file);
|
||||
}
|
||||
Reference in New Issue
Block a user