rename build to bootstrap

This commit is contained in:
Jan-Niclas Loosen 2025-02-19 15:59:33 +01:00
parent ee033466f2
commit adf8e4be60

View File

@ -1,5 +1,5 @@
<?php <?php
// Helpers // Define Helpers
function genericDeepCopy(mixed $data): mixed { function genericDeepCopy(mixed $data): mixed {
if (is_array($data)) { if (is_array($data)) {
$copy = []; $copy = [];